6 Oct
2010
6 Oct
'10
2 p.m.
On Wed, Oct 6, 2010 at 9:39 AM, Randy Ballard wrote:
I am trying to figure the schedule format out i currently have this 83 = 00 * * * * which reads the time every hour i would like it to be every hour from 8 am to 10 pm
i tried 83 = 00 8-22 * * * dosnt work is this possible
------------------------------
_______________________________________________ App_rpt-users mailing list App_rpt-users@qrvc.com http://qrvc.com/mailman/listinfo/app_rpt-users
It's going to have a problem with the 8-22 part. Dash numbers aren't supported as it's not a full implementation of cron syntax. Unfortunately you have to put in individual entries for 8 through 22. Steve WA6ZFT