Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color 0a
- title Exile Monitor
- :Serverstart
- echo Launching Server
- C:
- cd "C:\servers\arma3\taunus"
- echo Exile Server Monitor... Active !
- 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
- ping 127.0.0.1 -n 15 >NUL
- echo Exile Server Shutdown ... Restarting!
- ping 127.0.0.1 -n 5 >NUL
- cls
- goto Serverstart
Advertisement
Add Comment
Please, Sign In to add comment