Advertisement
Guest User

Untitled

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