home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / sscr10.zip / sscr.txt < prev    next >
Text File  |  1995-12-19  |  785b  |  20 lines

  1. SScr - non-memory resident text screen grabber
  2. ====   ---------------------------------------
  3.  
  4. Very simple program which simply captures all text on the current text
  5. screen and writes it to standard output. Possibly useful if something
  6. is on the screen you wish to save to a file quickly from the command line,
  7. for whatever reason, and don't want to have a memory resident capture
  8. program taking up system resources.
  9.  
  10. Usage:  Sscr >filename
  11.  
  12. There is a help screen if you can't remember this. (-: Use /? to view it.
  13.  
  14. It should support any video mode up to 65,535 rows and 255 columns.
  15.  
  16. Included in this archive are OS/2 and DOS versions. The DOS version has
  17. a 'd' appended to the end of the filename (ie. SScrD.exe).
  18.  
  19. programmed by Tim Middleton (as544@torfree.net)
  20.