Restarting service in Win2k

  • Thread starter Thread starter Lake
  • Start date Start date
L

Lake

Can someone tell me how to restart a service automatically
every 30 minutes on a win2k machine? It's a third party
service. Is it possible to do it with th AT command or can
someone point me in the right direction?

Thanks in advance
 
From a command prompt;
net stop "service name"
net start "service name"

You can use Task Scheduler to make it happen.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect


:
| Can someone tell me how to restart a service automatically
| every 30 minutes on a win2k machine? It's a third party
| service. Is it possible to do it with th AT command or can
| someone point me in the right direction?
|
| Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top