Hi,
I've been given the task of evaluating nnCron LITE and like what I see. I do have a question about it though, which other people have asked.
I'm trying to set up a perl script to run at set intervals. My cron.tab file was
*/15 * * * * * C:\wamp\www\count.pl
but that didn't work - the DOS window flashes up, I get "Start result: 0" in the log file and nothing happens.
I've tried including the path to the Perl interpreter in the table, like this:
*/15 * * * * * C:\Perl\bin\perl.exe C:\wamp\www\count.pl
with the same result (even encasing the two paths in quotes)
Even putting the above commands in a batch file and running it as follows:
*/5 * * * * * C:\wamp\www\count.bat
doesn't work.
What am I doing wrong?
Best wishes
Paul