Re: Scheduling a program

2004-11-28 Thread Jenda Krynicky
From: "Octavian Rasnita" <[EMAIL PROTECTED]> > I want to run a program 3 times per each minute, every day from Monday > to Friday, from 10:15 until 14:15. > > Can I set this in a cron job, with so many restrictions, or do I have > another choice? three times a minute is too often for cron. I don'

Re: Scheduling a program

2004-11-26 Thread James W. Thompson, II
3 Times per minute I am not sure of but here is the syntax for once a minute with the given params: 15-59 10 * * 1-5 uid cmd * 11-14 * * 1-5 uid cmd 0-15 14 * * 1-5 uid cmd Substitute the user name or ID for 'uid' of the us