davidlfliang
Programmer
What is the best way to get a list(short name) of all services currently installed in Windows 4.0 server?
I tried to NET START command, it does give me a list of the services. But, they are all in full name, e.g 'Microsoft Exchange Internet Mail Service' for exchange service.
I will need to use NET STOP command and NET START command to manually turn on and off some of services by batch file. It seems NET STOP and NET START do not accept the full name of the service as command line. e.g.
NET STOP Microsoft Exchange Internet Mail Service
this won't work.
Any idea?
Thanks in advance
David
I tried to NET START command, it does give me a list of the services. But, they are all in full name, e.g 'Microsoft Exchange Internet Mail Service' for exchange service.
I will need to use NET STOP command and NET START command to manually turn on and off some of services by batch file. It seems NET STOP and NET START do not accept the full name of the service as command line. e.g.
NET STOP Microsoft Exchange Internet Mail Service
this won't work.
Any idea?
Thanks in advance
David