Niki Spahiev wrote:
Chris Maloof wrote:
Hello,
I'm trying to read the output from a WinXP console application using
PythonWin -- that is, I start the application as a child process, and I
want to be able to read the ASCII text in the application's screen.
The child app uses MSDN
Hello,
I'm trying to read the output from a WinXP console application using
PythonWin -- that is, I start the application as a child process, and I want
to be able to read the ASCII text in the application's screen.
The child app uses MSDN functions WriteConsoleOutputChar() and
WriteConsoleOutp