Bonezz 10 Posted January 11, 2017 Hey all can anyone help with this how can i make BEC tool run from my batch file when i lunch my server or when the server restarts i have tired couple things but it does not work this my batch file for the server to run. title ARMA SERVER @echo off C:\Windows\System32\mode con cols=50 lines=7 >nul set /a var=0 color f :start cls title ARMA LIVE ( %var% RESTARTS ) echo ------------------------------------------------- echo SERVER HAS RE-STARTED %var% TIME(S) echo ---This Server Session Started At: %time%--- echo ---------------- Running Server ----------------- echo ---------------- ARMA DEDICATED ----------------- echo ------- Created For/By The Trinity Network ------ echo ------------------------------------------------- start "" /wait /high "C:\Program Files (x86)\steam\steamapps\common\Arma 3 Server\arma3server.exe" -malloc=tbbmalloc -pid=pid -server -port=2302 "-config=C:\Program Files (x86)\steam\steamapps\common\Arma 3 Server\TADST\A3LSV\TADST_config.cfg" "-cfg=C:\Program Files (x86)\steam\steamapps\common\Arma 3 Server\TADST\A3LSV\TADST_basic.cfg" "-profiles=C:\Program Files (x86)\steam\steamapps\common\Arma 3 Server\TADST\A3LSV" -name=A3LSV -filePatching "-mod=@CBA_A3;@Jonzie Mega Mod Pack;@Lakeside;@StonerVilleGaming;@SV_task_force_radio" -autoInit -enableHT -servermod=@extDB;@life_server;@infiSTAR_A3 set /a var+=1 cls title ARMA LIVE ( %var% RESTARTS ) goto start Share this post Link to post Share on other sites
nuxil 2 Posted January 23, 2017 Hello. Im not a batch guru so i cant help you with your current problem. But Bec is highly outdate and has not been maintained for years now. I suggest you take a look at other options out there. There seems to be some comming along fine. Share this post Link to post Share on other sites
kuplion 18 Posted January 30, 2017 On 1/23/2017 at 3:29 PM, nuxil said: Hello. Im not a batch guru so i cant help you with your current problem. But Bec is highly outdate and has not been maintained for years now. I suggest you take a look at other options out there. There seems to be some comming along fine. Such as? BEC works absolutely fine but it's always good to have options. Share this post Link to post Share on other sites