From: "Henry T. So Jr." Date: 2001-03-22T01:37:43+09:00 Subject: [ruby-talk:13038] Re: How do I properly munge stdout and stderr when using IO.popen? In [ruby-talk:13037], matt@lickey.com (Matt Armstrong) wrote: > Perl recognizes 2>&1 even under win32 (at least, Windows NT) and the > proper redirection takes place. I'm not sure if cmd.exe is doing it, > or perl. I think cmd.exe is doing it as I remember typing those sorts of commands into cmd.exe back when I was working in NT. I don't think it works under Win95 though. Henry.