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?
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?