Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to schedule a service to stop/start

Status
Not open for further replies.

Kayraam

Technical User
Mar 12, 2004
6
GB
Can anyone give me some advice on how to schedule a particular service to stop/start daily at a specific time?

Thanks in advance
 
Create batch files containing the net start and net stop commands.

Then schedule the batch file to run using MS Scheduler.
 
Thanks that works for one of the services, but unfortunately the other gives me an error "this is not an installed service" its the backup RPC service for arcserve 9 by the way DBASVR.exe

any ideas?
 
Then call 'DBASVR.exe' with its approrpriate start/stop commands from the batch file instead of 'net start' and 'net stop'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top