How can I stop and start a windows service with an action script? Is there any way to do this besides executing a net stop and net start command through Shell.Execute?
Never Mind. I found the answer
Service.Start and Service.Stop
Professional Software Development Tools
How can I stop and start a windows service with an action script? Is there any way to do this besides executing a net stop and net start command through Shell.Execute?
Never Mind. I found the answer
Service.Start and Service.Stop
Last edited by mtrutledge; 06-20-2007 at 07:53 AM. Reason: Found Answer