Advertisement
ffskiss

CMD rungame_uplay

Apr 13th, 2018
1,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.54 KB | None | 0 0
  1. @echo off
  2.  
  3. ECHO Closing uPlayService Killer
  4. taskkill /f /im uPlayService_Killer.exe
  5.  
  6. ECHO Starting uPlayService Killer.
  7. START uPlayService_Killer.exe
  8.  
  9. REM Change the name of the exe to the game you want to load.
  10. ECHO Starting Game.
  11. START /wait ACOrigins.exe
  12.  
  13. ECHO Waiting for Error Message to close.
  14. timeout /t 30 /nobreak > NUL
  15.  
  16. ECHO Closing uPlayService Killer
  17. taskkill /f /im uPlayService_Killer.exe
  18.  
  19. ECHO Waiting for the game to start a little.
  20. timeout /t 30 /nobreak > NUL
  21.  
  22. ECHO Closing upc.exe
  23. taskkill /f /im upc.exe
  24.  
  25. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement