How to run AC server as windows service.
#3
Set up your server, then set up the service. Open up cmd prompt as administrator, type
sc create "namehere" binPath= "C:\etcetc"
where "namehere" would be the name of the service and binPath= "..." is the location of ac_server.exe. Note that there is no space between binPath and the equal sign, and note the space after the equal sign. That's as far as I've gotten. Aerke told me to start the AC server from the services manager with the -SW switch, but I always got "Service or application did not respond in a timely fashion" or something. You can try, see what happens.
Thanks given by:


Messages In This Thread
RE: How to run AC server as windows service. - by Gibstick - 05 Apr 11, 12:47PM