search for: documentumfetchold

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

2007 Sep 19
1
Fwd: win32-service of win32utils
...require "win32/service" include Win32 s = Service.new("machine_name") # Create a new service if Service.exists?("foo") Service.delete("foo") end s.create_service{ |s| s.service_name = "foo" s.binary_path_name = "C:\Autonomy\DocumentumFetchOld\DocumentumFetchOld.exe" s.display_name = "My Foo Service" } # Configure a service that already exists s.configure_service{ |s| s.start_name = "start_name" s.password = "password" } s.close Service.start("foo") Service.pause("foo&qu...
2007 Sep 21
0
win32-service of win32utils
...gt; Service.delete("foo") > > > > > > end > > > > > > > > > > > > s.create_service{ |s| > > > > > > s.service_name = "foo" > > > > > > s.binary_path_name = > "C:\Autonomy\DocumentumFetchOld\DocumentumFetchOld.exe" > > > > > > s.display_name = "My Foo Service" > > > > > > } > > > > > > > > > > > > > > > > > > # Configure a service that already exists > > > >...