anybody help me get a bat file to kill a exe with a if statement .
TASKKILL /F /IM "test.exe" solves but another supporting exe which monitors the test.exe kicks in and relaunches the exe again. I need to run this as a scheduled task daily once and kills until test.exe is killed.
Discuss This Question: