Date: Wed, 18 Mar 1998 16:20:36 +0200 (IST) From: Eli Zaretskii To: Paul Smith cc: djgpp AT delorie DOT com Subject: Re: Screen Capture In-Reply-To: <01bd525c$4aefa490$cb9041c0@kulgan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 18 Mar 1998, Paul Smith wrote: > Does anyone know a method to capture the screen of a program runing under > DOS ? Define ``screen capture''. Do you need it captured by a program, and then have that program process the captured text? Or do you need just put it into a file? If the former, use `popen'/`pclose' to run the child program. If the latter, use one of the ways described in the DJGPP FAQ List (v2/faq210b.zip from the same place you get DJGPP), section 6.12. > The program was compiled using djgpp 1.x and does not use any > graphic libraries. How does it write its output to the screen?