Location:
Search - srvctrl
Search list
Description: 一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
Platform: |
Size: 48234 |
Author: 陈宇 |
Hits:
Description: 一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
Platform: |
Size: 48128 |
Author: 陈宇 |
Hits:
Description: WINDOWS 系统服务控制
//调用方法:
//{启动服务}
//StartServices(服务名)
//{停止服务}
//StopServices(服务名)
//{新建服务}
//CreateServices(服务名, exe文件路径)
//{删除服务}
//DeleteServices(服务名)
//{获取服务状态}
//string := QueryServiceStatu(服务名)
-WINDOWS System Services Control // Call method: // {Start Service} // StartServices (service name) // {stop service} // StopServices (service name) // {New Service} // CreateServices (service name, exe file path) // {delete service} // DeleteServices (service name) // Get service {state} // string: = QueryServiceStatu (service name) .........
Platform: |
Size: 1024 |
Author: xluck |
Hits: