[python-win32] Programmatically capturing the text in a cmd console, for a program that has completed execution

2006-10-30 Thread Tony Cappellini
In Windows XP, after a program has completed it's execution in a cmd console...Is there a way to *programmatically* capture the text that is in the scrollback buffer?I usually set my buffers to 10K lines or more, so there is a lot of text I'd like to capture. I want to do this programmatically, as

Re: [python-win32] Programmatically capturing the text in a cmd console, for a program that has completed execution

2006-10-30 Thread Tim Roberts
Tony Cappellini wrote: In Windows XP, after a program has completed it's execution in a cmd console... Is there a way to *programmatically* capture the text that is in the scrollback buffer? I usually set my buffers to 10K lines or more, so there is a lot of text I'd like to capture. I