in reply to Re: Help! perl in scheduled task doesn't work!
in thread Help! perl in scheduled task doesn't work!

The Task can not be run, because it doesn't find the file 'C:\Perl\perl'. You have either to specify the full file name with the ending '.exe', resulting in 'C:\Perl\perl.exe' or as you did with only 'perl', which will use the PATH Environment and make the full path from it. This solved the problem for me. Thanks.
  • Comment on Re^2: Help! perl in scheduled task doesn't work!