Does anyone out there have any code for capturing a DOS screen to a bitmap or gif file. This would be kind of complex because it would require writing a TSR the can grab the screens data but then also save it to a BMP or GIF file in which could require some a lot of code itself. I would just start writing code and try to figure it out on my own which could take a while but I am sure since DOS hasn't been used in a long time that someone a long time ago must have created something like this.
I wrote a program a long time ago that was a TSR and was just basically a screen saver. I had to figure out how to write TSRs and also how to save the data on the screen. My code would then change the screen but as soon as the mouse would move the TSR would write the original screen back.
If anyone has code that can do this or maybe even code from several different programs that might be able to be pieced together to do this it would be greatly appreciated. Thanks in advance.