How to capture stderr with RunOutput ?
Posted: Mon Aug 17, 2026 4:34 pm
Hi,
I can capture normal output of command line programs, but the error output is not captured.
This is only possible when redirecting the " *> " output to a file and then read it manually to check if there is new output.
Is there a better way to also capture the stderr output of programs?
Would be nice to specify a option to also capture the stderr (*>) output with the RunOutput event
I can capture normal output of command line programs, but the error output is not captured.
This is only possible when redirecting the " *> " output to a file and then read it manually to check if there is new output.
Is there a better way to also capture the stderr output of programs?
Would be nice to specify a option to also capture the stderr (*>) output with the RunOutput event