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