home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / OSBORNE / OXSDUMP.LBR / OXSDUMP.DQC / OXSDUMP.DOC
Text File  |  2000-06-30  |  1KB  |  29 lines

  1.                 OXSDUMP
  2.         Screen dump utility for Osborne Executive
  3.  
  4. This program is an RSX that allows a screen dump from the Osborne
  5. Executive to be printed on the printer from within ANY program.
  6. The RSX loads into common memory and intercepts all console input
  7. activity.  If it sees the "trigger" character typed the screen is
  8. read and dumped to the printer.  The trigger character is set to
  9. control-@ (ascii NUL) but can be changed at the time of invokation
  10. of the program to be any control character.  If a syntax error is
  11. detected when invoked a small help message is printed to the screen.
  12. The RSX can also be removed with the appropriate command tail.
  13.  
  14. Enough information to use the program can be printed on the screen
  15. by the program by typing:
  16.     SDUMP ?
  17.  
  18. NOTE: This program uses memory in the BIOS that is currently unused
  19.     by the BIOS, but this could be changed with a different version
  20.     of the BIOS.  Version 1.0 of the BIOS was used to develop
  21.     the program so it probably won't work without some changes
  22.     on a newer version.
  23.  
  24.                     Mark Steinbrecher
  25.                     Dave Mabry
  26.                     (313) 956-5703
  27.  
  28.  
  29.