in reply to
How can I redirect STDOUT and STDERR from a program on WIN32?
It would probably be easier syntactically to get and use
stderr.exe
, which pipes both stderr and stdout, to stdout.
Comment on
Re: How can I redirect STDOUT and STDERR from a program on WIN32?
In Section
Seekers of Perl Wisdom