how to schedule my task

Mike Chambers mike at miketc.com
Sun Dec 25 11:48:55 UTC 2005


On Sun, 2005-12-25 at 10:31 +0000, Navdeep wrote:

> On cron i make a sch.cron file  by writing  
> 30 16 * * * /root/scheduler/schedule  (my binary file path) and keep
> this on root directory.

Try this..

30 16 * * * cd /root/scheduler; ./schedule &

See if that works.  You may change the time to at least see if it runs
correctly so you don't have to wait until 4:30 :)

-- 
Mike Chambers
Madisonville, KY

"It's only funny until someone gets hurt, then it's hilarious!"




More information about the users mailing list