Forum Discussion
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
- BenoitB5 years agoCommunity Heroa label.
So if no instance detected it go directly to the line labelled Start1 in the batch file- nisgupta5 years agoValued Contributor
I think we cannot use here. seem like process name has been changed . Attached is the screenshot.
- nisgupta5 years agoValued Contributor
Look like TesExecute.exe process name get change to TESTEX~1.exe
Dicussed the issue with support team , they have asked me to repair the TestExecute but it did not work . After that they have no idea what causes this name change ?
Finally I tried to uninstall and install the fresh TestExecute and then the correct name appears . Not sure how the name chanes,
Now I am concerned if the name change may occur in the future as support team do not know what causes this issue ?
Related Content
- 7 years ago
- 7 years ago
Recent Discussions
- 2 days ago