Posts: 30
Threads: 7
Joined: Jan 2011
05 Apr 11, 12:27PM
(This post was last modified: 05 Apr 11, 03:07PM by morkel.)
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.)
Posts: 502
Threads: 20
Joined: Dec 2010
Use the server wizard. Otherwise, Google for "How to make a Windows Service."
Posts: 1,823
Threads: 20
Joined: Jun 2010
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.