PDA

View Full Version : Stop and Start Windows Service


mtrutledge
06-20-2007, 08:46 AM
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