Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. title Exile Monitor
  4. :Serverstart
  5. echo Launching Server
  6. echo Exile Server Monitor... Active !
  7. start "Arma3" /min /wait G:\Arma\Server\arma3server.exe -mod=@exile;Kart,Mark,Heli; -servermod=@exileserver; -config=C:\Arma\Server\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=C:\Arma\Server\@ExileServer\basic.cfg -name=SC -autoinit
  8. ping 127.0.0.1 -n 15 >NUL
  9. echo Exile Server Shutdown ... Restarting!
  10. ping 127.0.0.1 -n 5 >NUL
  11. cls
  12. goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement