Help with command line parameters for processes...

ray

Distinguished
Aug 14, 2001
630
0
18,980
Archived from groups: microsoft.public.windowsnt.misc (More info?)

Hi...

I would like to know how I can schedule to stop and start
a service (inetinfo.exe) at specified times during a
day. What are the commands and parameters for doing so?
Any help would be really appreciated.

Regards,
Ray
 
Archived from groups: microsoft.public.windowsnt.misc (More info?)

> I would like to know how I can schedule to stop and start
> a service (inetinfo.exe) at specified times during a
> day. What are the commands and parameters for doing so?
> Any help would be really appreciated.

Try
NET STOP inetinfo
and
NET START inetinfo

As for scheduling it, read the command help for "at".

HTH.