From: Anatol Pomozov Date: 2006-08-14T04:52:44+09:00 Subject: Re: stderr capture on Windows Sard Aukary wrote: > Is it possible to capture stderr on Windows? > > Backtick seems to ignore it, and > > require "open3" > stdin, stdout, stderr = Open3.popen3('dir') > > gives me > > "the fork() function is unimplemented on this machine > (NotImplementedError)" See solution here http://blog.pomozov.info/posts/capturing-stderr-on-ruby.html -- Posted via http://www.ruby-forum.com/.