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 want to do this programmatically, as opposed to using a mouse to > mark and copy.
Nope. All of that is internal to cmd.exe and the CSRSS service that runs console processes. If this is an issue for you, you might consider "Take Command" or "TCI" from the makers of "4NT", www.jpsoft.com. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32