search for: getservicename

Displaying 2 results from an estimated 2 matches for "getservicename".

Did you mean: getservicebyname
2007 Sep 19
1
Fwd: win32-service of win32utils
...s.password = "password" } s.close Service.start("foo") Service.pause("foo") Service.resume("foo") Service.stop("foo") Service.delete("foo") Service.getdisplayname("Schedule") # "Task Scheduler" Service.getservicename("ClipBook") # "ClipSrv" s = Service.status("ClipSrv") # Enumerate over all services, inspecting each struct Service.services{ |s| p s puts } Thanks!
2007 Sep 21
0
win32-service of win32utils
...ice.stop("foo") > > > > > > > > > > > > Service.delete("foo") > > > > > > > > > > > > Service.getdisplayname("Schedule") # "Task Scheduler" > > > > > > Service.getservicename("ClipBook") # "ClipSrv" > > > > > > > > > > > > s = Service.status("ClipSrv") > > > > > > > > > > > > # Enumerate over all services, inspecting each struct > > > > > > S...