Moin habe hier mal eine restart.bat mit der ich aber noch nicht soganz zufrieden bin server und bec starten zwar aber vill hat ja jemand noch modifizierungsvorschläge
Code
[/color]@echo off
:: Modify your folders etc!
:: Parameter und Ordner hier ändern
set armapath="C:\Arma3\A3Master\"
set armaparams="C:\Arma3\A3Master\"
set becpath="C:\Arma3\A3Master\Bec"
set serverexe=arma3server.exe
echo.
echo KILL arma3server.exe
cd /d %armapath%
taskkill /im arma3server.exe
echo.
echo KILL Bec.exe
cd /d %becpath%
taskkill /im bec.exe
echo.
echo.
echo Restarting
:: start the servers..
cd /d %armapath%
start ""/REALTIME "arma3server.exe" -autoInit -malloc=tbbmalloc -port=2302 -enableHT -maxmem=3071 -mod=@extDB2;@life_server;@Distrikt41; -config=config\server.cfg -cfg=basic.cfg "-profiles=C:\Arma3\A3Master\Users" -bepath=C:\Arma3\A3Master\battleye
echo.
echo Starting Bec
timeout 15
:: start bec
cd /d %becpath%
start "" /min "Bec.exe" -f Config.cfg
timeout 12
echo.
echo Alle Server wurden gestartet
cls
@exit[color=#000000]
Alles anzeigen