I am trying to run a perl script from Vista machine, using Task scheduler daily at a set time. As a test script I am running
I tried running this using the action "c:\perl\bin\perl.exe "d:\scripts\test.pl" and no luck.my $fname = "output\.txt"; unless(open(OUTPUT,">$fname")) { exit } print OUTPUT "This worked\n"; close(OUTPUT);
I then put "perl test.pl" in a bat file in the directory "d:\scripts", no luck...
Does anyone have any experience run perl scripts on Vista using Task Scheduler? I would be most appreciative...
In reply to Vista Task Scheduler by drblove27
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |