Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ::Arma 3 restart batch
  2. @echo off
  3. C:\Windows\System32\mode con cols=50 lines=10 >nul
  4. set /a var=0
  5. :start
  6.  
  7. echo Running Sock Server
  8. start /wait "" sock-rpc-stats --url=http://localhost:5984/a3w --host=localhost --port=1337 --repl --backup=false
  9.  
  10. set /a var+=1
  11. cls
  12. echo Server has crashed %var% times, restarting
  13. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement