BEC issue (Dedicated server)

CoreZ

New Member
Hello.

I have got a arma 3 wasteland server running on my dedicated server, and I am having an issue with BEC auto restarts on my server. I am trying to setup my BEC to run as a windows service but struggling with this.

I have used the "sc.exe" command in cmd which has created the service but when I try and start the service I get an error saying "The system cannot find the file specified".

Note - I am using the Bec.exe in the BEC main directory
Note - I know you can use FireDaemon but I think that's quite expensive so I am trying to use windows command line.

Cheers.
Ashleigh.

Code:
sc.exe create BECService binPath= "C:\Program Files (x86)
\Steam\SteamApps\common\Arma 3\Bec\Bec.exe -f Config.cfg" DisplayName= "BECService"
 
Back
Top