Geht in der Batch:
@echo off
CD C:\[pfad]
if exist status.txt goto ende
echo.>status.txt
start C:\[pfad]\[exe].exe
wait 10
del status.txt
:ende
Geht in der Batch:
@echo off
CD C:\[pfad]
if exist status.txt goto ende
echo.>status.txt
start C:\[pfad]\[exe].exe
wait 10
del status.txt
:ende
Felix
felix[null][null][null]@funkmeldesystem.de
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)