The original process provides a way to inherit, suppress or return standard output and standard error separately.
I would like to keep standard error of the spawned process flowing to the parent process' standard error, but collect its output. Please respect the std_* parameters of CreateProcess and only redirect the child's streams to respective new handles when asked to.
The original process provides a way to inherit, suppress or return standard output and standard error separately.
I would like to keep standard error of the spawned process flowing to the parent process' standard error, but collect its output. Please respect the
std_*parameters ofCreateProcessand only redirect the child's streams to respective new handles when asked to.