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