Scheduling Perl scripts in Windows
Just recording this for my own use, but in case anyone else is using the odd combination of Perl and Windows and wants to have scripts run occasionally.
If the spaces and quotes are annoying you too, the value you want in the "Run" field is something like:
"C:\Program Files\Company\Application\bin\perl\bin\perl.exe" "C:\Documents and Settings\me\My Documents\TarProcess.pl"
Seems obvious in hindsight...
Labels: Perl
0 Comments:
Post a Comment
<< Home