View Single Post
Old 10-06-2003, 02:34 PM  
Bratell
Member
 
Join Date: Feb 2003
Posts: 64
Smile ioFTPd Scheduler

Wouldn't it be nice if this worked:
Code:
*/5 * * * EXEC ..\scripts\blaha.exe
instead of having to write:
Code:
0 5 10 15 20 25 30 35 40 45 50 55 * * * EXEC ..\scripts\blaha.exe
Just a thought.
Bratell is offline   Reply With Quote