Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. @echo off
  2. C:\Windows\System32\mode con cols=50 lines=3 >nul
  3. set /a var=0
  4. :start
  5. echo Running Server
  6. start "" /wait /realtime /affinity F "C:\Steam\SteamApps\common\Arma 3\arma3.exe" -server -port=2402 -nosound -nosplash -nopause -config=C:\server_1.cfg -cpuCount=4 -maxMem=4096 -exThreads=7
  7. set /a var+=1
  8. cls
  9. echo Server has crashed %var% times, restarting
  10. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement