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