D
Dave Sellars
Is there really no way to run a sub-process, gather its stdout/stderr,
and collect the return-code, on Win32???
But that's what the docs say...
Surely not!?!?
Dave.
and collect the return-code, on Win32???
But that's what the docs say...
> These methods do not make it possible to retrieve the return code
> from the child processes. The only way to control the input and
> output streams and also retrieve the return codes is to use the
> Popen3 and Popen4 classes from the popen2 module; these are only
> available on Unix.
Surely not!?!?
Dave.