Topic Options
#714 - 06/09/03 09:03 AM Scheduling...
tdevlin Offline
Junior Member

Registered: 06/09/03
Posts: 1
Is it possible to schedule something for every 5 seconds or 10 seconds or 30 seconds? or is every second the only option?

Thanks!

Top
#715 - 06/09/03 09:40 AM Re: Scheduling...
Luke Tomasello Administrator Offline
Member

Registered: 09/17/00
Posts: 740
Loc: San Jose, CA., USA
WinCron supports very sophisticated scheduling, so scheduling for 5, 10, and 30 seconds is not a problem.

Here are three (unnamed) jobs that fire every 5, 10, 30 seconds.

{
-start -inc 0 0 0 5
-action -print every five seconds
}


{
-start -inc 0 0 0 10
-action -print every ten seconds
}


{
-start -inc 0 0 0 30
-action -print every thirty seconds
}
_________________________
Regards,
Luke Tomasello

Top


Moderator:  Luke Tomasello