Forum Discussion

master_mind01's avatar
master_mind01
New Contributor
13 years ago

Batch File to run a test item using TestExecute.

Hi, My batch file looks the following: @echo off tasklist /FI "IMAGENAME eq TestExecute.exe" | find /I "TestExecute.exe"  IF ERRORLEVEL 2 GOTO Test2 echo start scripts pause @ec...