Hi all,
At the suggestion of a user, I''ve added a Service.open method in CVS.
Looks like this:
service = Service.open("ClipSrv")
puts service.display_name
puts service.service_description
# or
Service.open("myservice") do |s|
s.service_description = "test"
s.display_name = "new display"
s.configure_service
end
What do you think?
Dan
