View previous topic :: View next topic |
Author |
Message |
melvin Site Admin
Joined: 25 May 2006 Posts: 635 Location: Santa Barbara, california
|
Posted: Thu Apr 12, 2007 7:09 am Post subject: How to start / stop service automatically from batch file |
|
|
user question:
I do have a question about setting up a maintenance task to shutdown the Automize engine and restart. I'm not quite sure how to do this within Windows Task scheduler. I don't see any options to automate a task that will shut down the Automize service, which can be manually done in the Control Panel Services. |
|
Back to top |
|
 |
melvin Site Admin
Joined: 25 May 2006 Posts: 635 Location: Santa Barbara, california
|
Posted: Thu Apr 12, 2007 7:09 am Post subject: |
|
|
from a batch file, use the windows SC utility to start / stop automize7 service
SC Automize7 stop
SC Automize7 start |
|
Back to top |
|
 |
|