Also falls die Uhrzeit wirklich immer kommt und dann nur die jeweils 2.Nachricht ausgedruckt werden soll könnte man das so realisieren:

@Echo off
cls

echo %3 > alarmtext.txt

if exist satus.txt goto Ende

echo "wird ausgef?hrt" > status.txt

wait 5

IBSS.exe [...] /F:alarmtext.txt [...]

:Ende

del status.txt

exit
exit