- restart service
- Posted by coconutt on March 1st, 2006
I have a service from time to time needs to be restarted on my pc when I am
away from office. Is there a way to either script or batch to see 1. if it's
running, 2. and if not restart. I cant have office staff fumbling thru admin
tools.
Thanks
- Posted by Steve N. on March 1st, 2006
coconutt wrote:
What service and why does it need to be restarted?
Steve N.
- Posted by coconutt on March 1st, 2006
its a time clock software that when I enter it an edit employee's, the
service stops.
"Steve N." wrote:
- Posted by 3c273 on March 1st, 2006
Then command 'net start servicename' will do what you want. It will just
give an error if the service is already running. Just put it in a batch file
and schedule it.
Louis
"coconutt" <coconutt@discussions.microsoft.com> wrote in message
news:244FE36E-D49C-4522-92BE-D7509553FB32@microsoft.com...
- Posted by Steve N. on March 2nd, 2006
coconutt wrote:
That's odd. Have you contacted the maker of the software for support on
this issue? It seems to me that having to manually or otherwise restart
a software's service is due to a bug in the application.
Steve N.