Displaying 2 results from an estimated 2 matches for "rbarg".
Did you mean:
rarg
2006 Apr 14
3
[ win32utils-Bugs-4101 ] create hash param
Bugs item #4101, was opened at 2006-04-14 11:27
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=4101&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: create hash param
Initial Comment:
hi,
problem with process, when I do
pid = Process.create(
2005 Dec 10
1
win32 service
...the specified service on host, or the
> local
> >machine if no host is specified. Any +args+ passed
> >here are passed as start parameters to the service.
> >
> >If you''re interested in where that''s happening in
> the
> >C code, take a look at rbArgs and
> lpServiceArgVectors
> >in the service_start() function.
> >
> >Regards,
> >
> >Dan
> >
> >--- Ernest Ellingson <erne at powernav.com> wrote:
> >
> >
> >
> >>Hi dan:
> >> I''ve been examining m...