Link to home
Start Free TrialLog in
Avatar of RNithik
RNithik

asked on

Create new service in Windows Server 2008.

Hi

In windows 2000, we have used following syntax to create new service.

From resource kit folder :

Instsrv.exe myservice “C:\Program Files\Resrouce Kit\srvany.exe”

And We migrted recently to windows 2008 and want to create same service in 2008..

what i did was i took srvany.exe from 2003 and put into 2008 (c/windows/system32) and executed following command from c prompt..

sc create myservice binPath=“C:\windows\system32\srvany.exe”

when i execute above command, it is showing description, usage, help etc.. but it is not sucessfully creating my service.

Can you please help me..

Thanks
RNithik
ASKER CERTIFIED SOLUTION
Avatar of Darr247
Darr247
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial