Re: [python-win32] reading from console child process

2005-04-05 Thread Chris Maloof
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

[python-win32] reading from console child process

2005-03-29 Thread Chris Maloof
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