Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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. echo Killing Arma 3
  7. taskkill /F /im arma3server.exe
  8. taskkill /F /im Bec.exe
  9.  
  10. echo Running A3W Server
  11. start /wait "" "C:\server138\Steam\SteamApps\common\Arma 3\arma3server.exe" "-autoInit" "-config=C:\server138\Steam\SteamApps\common\Arma 3\TADST\A3W\TADST_config.cfg" "-cfg=C:\server138\Steam\SteamApps\common\Arma 3\TADST\A3W\basic.cfg" "-profiles=C:\server138\Steam\SteamApps\common\Arma 3\TADST\A3W" -malloc=tbbmalloc -EnableHT -port=2302 -name=A3W -noLogs -sock_host=127.0.0.1 -sock_port=1337
  12.  
  13. set /a var+=1
  14. cls
  15. echo Server has crashed %var% times, restarting
  16. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement