@echo off REM This is the event that will run at 17:00 hour. REM Check if event 16 is still pending execution. IF EXIST event16.bat IF NOT EXIST event16.ran COMMAND /C event16 ECHO UTBOARD: Running EVENT17 REM ------------------------------------------------------------------------- ECHO Doing mail forwarding. command /c mailfwd REM ------------------------------------------------------------------------- ECHO UTBOARD: Finished EVENT17 usetime ECHO Event finished at $T > event17.ran