How can I colorize the standard out, stdout, and standard error, stderr, in a powershell terminal?
That is, run any command-line program in a typical powershell terminal. The program writes to stdout and stderr. The program should not have to be modified or aware of the color setting.
I want stdout to be white and stderr to be red.