Capture stdout and stderr from another process

M

Marcus Bristav

I want to

1. Start another (lengthy) process/command from a ruby script
2. Capture whatever that process is writing to stdout and stderr separately
3. At the samt time give feedback to the console on what is happening
(ie I don't want all information at the end, I want it as it is
available, maybe to a callback or so...)
4. Do it on windows

Possible? How if so?

I've tried with back ticks but that only captures stdout and I get all
info at the end (violates both 2 and 3 above). I've also looked at
systemu but that seems to violate 3 although I do get 2 (I may be
wrong about 3 though).

Best regards,

Marcus
 
C

Chris Hulan

I want to

1. Start another (lengthy) process/command from a ruby script
2. Capture whatever that process is writing to stdout and stderr separately
3. At the samt time give feedback to the console on what is happening
(ie I don't want all information at the end, I want it as it is
available, maybe to a callback or so...)
4. Do it on windows

Possible? How if so?

Look at Win32-Process (http://rubyforge.org/docman/view.php/85/1720/
Process.html)
or win32-open3 (http://rubyforge.org/docman/view.php/85/128/open3.txt)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top