jjr_test.bat 253 B

123456
  1. cd ./bin/Debug
  2. tasklist /FI "IMAGENAME eq XmdsBotTest.exe" 2>NUL | find /I /N "XmdsBotTest.exe">NUL
  3. if "%ERRORLEVEL%"=="1" echo have no XmdsBotTest.exe
  4. if "%ERRORLEVEL%"=="0" taskkill /f /t /im XmdsBotTest.exe
  5. start XmdsBotTest n="DDog%iA{0}" c=50
  6. pause