From: Roger Pack Date: 2012-05-22T06:38:20+09:00 Subject: spawn a process and keep the output, but stdout -> $stdout Hello all. I basically "want" to run a sub process within ruby, having its stdout displayed on the screen (as if run by system("command") ) however, I want to be able to feed it input, like keeping its stdin stream around somehow, so I can feed it the character 'q' to tell it to quit eventually. Is this possibly natively in windows ruby, or do I need to use win32-process type magic, anybody know (I'm on jruby, btw). Thanks! -roger- -- Posted via http://www.ruby-forum.com/.