Knowledgebase
Is there a way to automate the the „services.msc“ and „cmd.exe“ ?
Posted by Carmina Garcia on 26 September 2018 02:30 PM
|
|
While it is possible to drive the cmd.exe GUI, it is much easier to use System.Execute or System.Run. We also have a Database class that allows you to directly execute SQL. For Services, you will want to hook mmc.exe. I'll define the objects and create a step to start a service. | |
|
Comments (0)