From: "Bartosz DziewoƄski" Date: 2012-05-22T07:23:59+09:00 Subject: Re: spawn a process and keep the output, but stdout -> $stdout I was thinking of io = IO.popen('process', 'r+'). You can now both write to and read from io. -- Matma Rex