Advertisement
skipper_is

Untitled

Jun 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.47 KB | None | 0 0
  1. @echo off
  2.  
  3. rem ------------- Variables ------------------
  4.  
  5. SET Wurm=366220
  6. SET Steam="%programfiles(x86)%\Steam\Steam.exe"
  7.  
  8. rem -------- Kill the 3 steam processes -------
  9.  
  10. taskkill -f -im steamservice.exe
  11. taskkill -f -im steam.exe
  12. taskkill -f -im gameoverlayui.exe
  13.  
  14. rem ------- Start Wurm Unlimited --------------
  15.  
  16. call "Steam" %STEAM%
  17.  
  18. :LAUNCH
  19. timeout /t 1 /nobreak >nul
  20. start "Steam - Wurm Unlimited" %STEAM% -applaunch %WURM% >nul 2>nul || goto LAUNCH
  21. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement