Advertisement
Guest User

Untitled

a guest
Apr 19th, 2012
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. @echo off
  2. tasklist|find /i /c "2011-11-02aRagexeRE.exe.patched.exe" > nul
  3. set INSTANCE=%errorlevel%
  4. if "%INSTANCE%"=="0" goto already
  5. start 2011-11-02aRagexeRE.exe.patched.exe 1sak1 /account:sci.xml %1
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ::TESTING
  12. :: «%1» is the name and path of the file you want to run.
  13. ::goto end
  14. :already
  15. ::echo. & echo  Client is already running somewhere.
  16. ::echo. & echo  Tap spacebar to conclude this batch file.
  17. ::pause>nul
  18. :end
  19. ::set INSTANCE=
  20. ::exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement