Re: getting text from WinXP console

2005-03-21 Thread Chris Maloof
Thanks for the interesting suggestions! On 21 Mar 2005 10:47:52 -0800, Cappy2112 [EMAIL PROTECTED] wrote: If you are launching it you can try using one of the python popen() calls to redirect the screen output to your python program. Aha. This sounds perfect, and I don't know why it doesn't

getting text from WinXP console

2005-03-20 Thread Chris Maloof
Hello, Does anyone know how I can read the ASCII text from a console window (from another application) in WinXP? It doesn't sound like a major operation, but although I can find the window via pywin32, I haven't been able to do anything with it. I'd really just like to get the window text into