look at the enumproc() or findproc() UDFs

simply write a script that loops with a delay and wrap it around enumproc and an If statement

something like this...

break on
setconsole("hidden")
while not @error
if not enumproc("app.exe")
shell "path\app.exe"
endif
sleep 15
loop
_________________________
How to ask questions the smart way <-----------> Before you ask