ADSM-L

Re: Manually starting and/or stopping Scheduler Server using the NT c ommand prompt.

2000-03-28 16:44:15
Subject: Re: Manually starting and/or stopping Scheduler Server using the NT c ommand prompt.
From: "Ilja G. Coolen" <ilja.coolen AT ABP DOT NL>
Date: Tue, 28 Mar 2000 23:44:15 +0200
That would be :

net start "servicename"
net stop "servicename"

If you have named de scheduler service like this : ADSM Scheduler Service,
the syntax would be:

net stop(start) "ADSM Scheduler Service"

The quotes are only necessary when the service name has a space in it.


<Prev in Thread] Current Thread [Next in Thread>
  • Re: Manually starting and/or stopping Scheduler Server using the NT c ommand prompt., Ilja G. Coolen <=