Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. @echo off
  2.  
  3. rem ------------- Variables ------------------
  4.  
  5.  
  6.  
  7. SET SteamUserName=jnoble123
  8.  
  9. rem SET SteamPassword=PASSWORD
  10.  
  11. SET WurmUnlimited=366220
  12.  
  13. SET Steam="d:\Program Files (x86)\Steam\Steam.exe"
  14.  
  15.  
  16.  
  17. rem -------------------------------------------
  18.  
  19.  
  20.  
  21. rem -------- Kill the 3 steam processes -------
  22.  
  23.  
  24.  
  25. taskkill -f -im steamservice.exe
  26.  
  27. taskkill -f -im steam.exe
  28.  
  29. taskkill -f -im gameoverlayui.exe
  30.  
  31.  
  32.  
  33. rem -------------------------------------------
  34.  
  35.  
  36.  
  37. rem ------- Start Wurm Unlimited --------------
  38.  
  39.  
  40.  
  41. start "Steam" %STEAM% -login %SteamUserName% %SteamPassword% -applaunch %WurmUnlimited%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement