# Daily event, expires in one month from 'this' date
{
-start 11/12/1998 2:33:00PM
-stop 12/12/1998 2:33:00 PM
-command Defrag /s /f
-action -inc 1 0 0 0
-action -print Running defrag now
}
# Daily event, expires 30 days from 'now'
{
-start -time 2:33:00 PM
-stop -delay 30 0 0 0
-command Defrag /s /f
-action -inc 1 0 0 0
-action -print Running defrag now
}
# Daily event, expires 30 days from 'now'
# Constrain start time to 5 min window
{
-start -time 2:33:00 PM -constrain 0 0 5 0
-stop -delay 30 0 0 0
-command Defrag /s /f
-action -inc 1 0 0 0
-action -print Running defrag now
}
_________________________
Regards,
Luke Tomasello