Forum Discussion
BenoitB
5 years agoCommunity Hero
I use these lines for myself:
REM Check if an instance is on memory, if not go directly to run, if yes kill this instance
tasklist | find "TestExecute.exe" /C /i > nul
if ERRORLEVEL 0 goto Start1
taskkill /f /im TestExecute.exe
timeout 3
Related Content
- 7 years ago
- 7 years ago
Recent Discussions
- 2 days ago