in reply to Re^4: Win32::Taskscheduler failed to install on win7
in thread Win32::Taskscheduler failed to install on win7
Most likely, your program ("tap.pl") depends on getting launched with the current directory being C:\Perl64\bin. You could try to debug this by launching it with the full path from the directory:
cd C:\Perl64\bin perl -w C:\Perl64\bin\tap.pl
If the program expects to be launched from that directory, either change it or launch it from that direcctory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Win32::Taskscheduler failed to install on win7
by mkhan (Sexton) on Jul 27, 2011 at 10:16 UTC |