@echo off REM This is the event that will run at hour 15 REM Check if event 14 is still pending execution. IF EXIST event14.bat IF NOT EXIST event14.ran COMMAND /C event14 ECHO UTBOARD: Running EVENT15 REM ------------------------------------------------------------------------- ECHO Moving/compressing caller log command /c move_log REM ------------------------------------------------------------------------- ECHO UTBOARD: Finished EVENT15 usetime ECHO Event finished at $T > event15.ran