search for: clipbook

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

Did you mean: flipbook
2007 Sep 19
1
Fwd: win32-service of win32utils
...assword" } 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
...ot;) > > > > > > > > > > > > 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...