I am search ing for at commands to start and stop services.
canrt seem to locate documents.
have a service that I need to start from command line or
at batch file. can not run from services window properly
any help would be reatly appreciated
> I am search ing for at commands to start and stop services.
> canrt seem to locate documents.
> have a service that I need to start from command line or
> at batch file. can not run from services window properly
> any help would be reatly appreciated
net start "name of service"
net stop "name of service"

Signature
Phil Robyn
Univ. of California, Berkeley
u n z i p m y a d d r e s s t o s e n d e - m a i l
inter-tel - 28 Oct 2003 22:00 GMT
>-----Original Message-----
>
[quoted text clipped - 6 lines]
>net start "name of service"
>net stop "name of service"
thanks for the help... I was stuck on the "at" command and
didnt thing of the net command.