here's a test to run...
In user.tg, put the following:
{
-start -once
-action -logfile "c:\wincron.log"
}
{
-start -cron * * * * *
-action -print "Fire job at %c%"
}
Then use the Control Panel to Stop the WinCron service, then restart it.
You can then list the wincron.log file to see what's going on.
I just did it and this is what it looks like:
Z:\>type c:\wincron.log
Trigger:JOB:227: Thursday, February 05, 2004 13:56:12.
Trigger:JOB:228: Thursday, February 05, 2004 13:56:12.
Fire job at 02/05/04 13:56:12
Z:\>
_________________________
Regards,
Luke Tomasello