in reply to How do I pipe a Win32::API Process to a handle?
It appears that you trying to re-invent several wheels with redirecting output from processes, and the question is why ?
Back-ticks work just fine in capturing console output, and do not pop up a console window.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I pipe a Win32::API Process to a handle?
by Grygonos (Chaplain) on Feb 23, 2004 at 20:26 UTC | |
|
Re: Re: How do I pipe a Win32::API Process to a handle?
by Thelonius (Priest) on Feb 23, 2004 at 21:34 UTC |