erledigt!
danke im Voraus
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
Powered by vBulletin® Version 4.2.3 Copyright ©2025 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.