Dec 292017
 
Capture text screen to disk file.
File SCRN2DSK.ZIP from The Programmer’s Corner in
Category Display Utilities
Capture text screen to disk file.
File Name File Size Zip Size Zip Type
READ.ME 1097 620 deflated
SCRN2DSK.ASM 3956 1251 deflated
SCRN2DSK.COM 2417 378 deflated

Download File SCRN2DSK.ZIP Here

Contents of the READ.ME file


SCREEN-SAVE

This program is from Computer Shopper June 1986.
Copyright 1986 Andrew M Fried
See page 102-108

This is a memory resident utility which will save consecutive
screen dumps to disk labeled as screen.000, etc. The program is
explained in detail in the text and the source is heavily
commented. You may wish to look at it if you are interested in assembler.

I called the .com file SCRN2DSK to avoid confusion with the
screen blanking utilities. The copyright notice was abbreviated
to save a little space. I also took the liberty of removing the
code which added a line-feed to each screen line, as none of the
editors i use require them. If you want (need) them, the source
code is included in the .asm file; uncomment and re-assemble.

As 80% of the resident code is a buffer, I wonder if a talented
code writer couldn't reduce the buffer to a line size unit, dump
the buffer a line at a time, and squeeze the size down to under
1K. Also, the first half of the bootstrap routine is optional and
the copyright seems like it could be seriously reduced.



 December 29, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)