Hellstyrant

start.bat

May 24th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Exile Monitor
  4. :Serverstart
  5. echo Launching Server
  6. C:
  7. cd "C:\servers\arma3\taunus"
  8. echo Exile Server Monitor... Active !
  9. start "Arma3" /min /wait arma3server.exe -ip=45.126.210.194 -port=2302 -bepath=C:\servers\arma3\taunus\battleye -mod=@Exile; -servermod=@exileserver; -config=exileconfig.cfg -profiles=KITR -cfg=@ExileServer\basic.cfg -name=KITR -autoinit -nosound -nosplash -loadMissionToMemory
  10. ping 127.0.0.1 -n 15 >NUL
  11. echo Exile Server Shutdown ... Restarting!
  12. ping 127.0.0.1 -n 5 >NUL
  13. cls
  14. goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment