How To Control Services From Command Line

  • Thread starter Thread starter nicu
  • Start date Start date
N

nicu

Hello
I have a few netork server applications that run as services on a win2k
machine.
I would like to know how to control(start, stop, restart) services end
evantualy monitor them (finding out if the service is runing)
Thanks in advance
 
Hello
I have a few netork server applications that run as services on a win2k
machine.
I would like to know how to control(start, stop, restart) services end
evantualy monitor them (finding out if the service is runing)
Thanks in advance

NET START {Service}
NET STOP {Service}
etc.

Jeff
 
Back
Top