caesar wrote:huh? for every 5 min how will "?0 *" work?
You still need the "?5 *" mask too, but "00 *" doesn't match anything but the whole hour, so your two binds would trigger the proc at 00 05 15 25 35 45 and 55. (not exactly every 5 minutes )
Btw: why do you insist on matching all the spaces?
Well, it's "minute hour day month year" so yes, the "bind time - "00 * * * *" yourproc" should be correct. Anyway, if it's working then don't repair it.
Once the game is over, the king and the pawn go back in the same box.
caesar wrote:Well, it's "minute hour day month year" so yes, the "bind time - "00 * * * *" yourproc" should be correct. Anyway, if it's working then don't repair it.
If you want the proc triggered once every hour, sure The request was for every 5 minutes. The only reason to keep the extra chars in the masks would be if you want to waste cpu matching those spaces that are always there.
bloated == broken imo.