Subject: controlling external process' stdin/stdout AND getting its return value
From: Ferenc Engard <ferenc@ g d u
Date: Tue, 17 Feb 2004 05:06:08 +0900
Hi all,
I want total control over an external process, i.e. handle its
stdin/stdout as with IO.popen (also, if it is possible, handle its
stderr, too), and I also need to get is return value.
How can I do this?
Thanks,
Ferenc