Service\_Start
Description
Section titled “Description”Starts specified service
Syntax
Section titled “Syntax”Service_Start(sServiceName) As Boolean
Parameters
Section titled “Parameters”sServiceName (String)
Name of service
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Service_Start("Service")Related functions
Section titled “Related functions”Service_Create Service_Exist Service_SetStartMode Service_WaitForStart