Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help using W2K/NT Scheduler

Status
Not open for further replies.

rmtsmith

MIS
Apr 3, 2002
15
US
I am trying to schedule a perl script to run on a w2k box using the scheduler. My perl executable is in the E: drive. I have tried
run: E:\Perl\bin\perl.exe myperl.pl
run in: e:\myperlscriptdir

and a few varitions of this. The perl script won't run -I keep getting a return code of 2.

Can anyone help me out with what the proper syntax should be?
 
What Raider2001's saying
E:\Perl\bin\perl.exe e:\myperlscriptdir\myscript.pl
HTH
Paul

It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top