How to run AC server as windows service.
#1
I was just trying to run Ac sever as Windows service. I have Windows 7 SP1.Please tell me the steps so I can use this service.
(Sorry for misspellings etc. my English is not so good.)
Thanks given by:
#2
Use the server wizard. Otherwise, Google for "How to make a Windows Service."
Thanks given by:
#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: