nncron is running as a service on my XP/SP2 machine.
I have not been able to make anything run using my cron file. I have tried to keep it simple. Here is my entire cron.tab file:
#CRONTAB FILE
# Classic crontab format:
# Minutes Hours Days Months WeekDays Command
#*/15 8-16 * * 1-5 checkmail.exe
* * * * * echo "test" > "c:\program files\cron\test.txt"
My log reads:
16:15:09 2408 Start nnCron
16:15:09 2408 Load cron.tab
16:30:30 2408 Load cron.tab
16:35:31 2408 Load cron.tab
16:54:47 628 Start nnCron
16:54:47 628 Load cron.tab
17:00:30 628 Load cron.tab
17:03:21 628 Load cron.tab
I have started and stopped the service repeatedly. I have restarted my machine. I have read the documentation and the forum posts. I have jumped up and down. Still no execution. Can you help me?