1.

Solve : How to use batch to list the services running?

Answer» TRYING to list all services running on an XP system with dos batch language.
I'd like to be able to start and or stop specific services.

list:
CODE: [Select]SC query type= SERVICE type= interact|find "SERVICE_NAME"
start:
Code: [Select]sc start ServiceName
stop:
Code: [Select]sc stop ServiceNameI will try this, THANKS.


Discussion

No Comment Found