REM THIS IS A TEMPLATE TO BUILD YOUR USETIME EVENT FILES. REM Replace XX with this USETIME event hour (in military time). REM Replace YY with the value of XX-1 (in military time). REM For example, if XX=15, let YY=14. For the case, XX=0, let YY=23. REM There are 4 occurrences of XX and 4 occurrences of YY. REM List your commands below. If your event includes the calling REM of a batch file then you must call the batch file using REM "COMMAND /C file". REM ------------------------------------------------------------------------- @echo off REM This is the event that will run at hour XX REM Check if event YY is still pending execution. IF EXIST eventYY.bat IF NOT EXIST eventYY.ran COMMAND /C eventYY ECHO UTBOARD: Running EVENTxx REM ------------------------------------------------------------------------- ...enter your commands here... REM ------------------------------------------------------------------------- ECHO UTBOARD: Finished EVENTxx usetime ECHO Event finished at $T > eventXX.ran