home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / demos304.zip / DEMOSCRS.DOC < prev    next >
Text File  |  1993-03-30  |  2KB  |  39 lines

  1.                                  Wayne Software
  2.                                113 Sheffield St.
  3.                             Silver Spring, MD 20910
  4.  
  5.                      42 61 74 6D 61 6E 20 4C 69 76 65 73 21
  6.  
  7.                               Fax:  (301) 588-8986
  8.  
  9. This file documents the DEMOSCRS.EXE program.
  10.  
  11. The DEMOSCRS.EXE program is a TSR (Terminate Stay Ready) program which allows
  12. you to capture the contents of your current text screen (80 columns by 25 lines)
  13. and saves it as a file.  The file includes all color information for the screen.
  14. The file that contains these characters can then be processed by the program
  15. DEMOSCRX.EXE (see DEMOSCRX.DOC file) to create either input screens for The DEMO
  16. System, ANSI.SYS-compatible screens, or regular text screens.
  17.  
  18. The program was written using Spectra Publishing's PowerBASIC 3.0 compiler which
  19. makes TSR-writing very easy.
  20.  
  21. The TSR takes about 5K of RAM to load and should be loaded *before* you load
  22. the program you want to make screen captures of.
  23.  
  24. When you invoke the program, you have to pass in a file name that you want the
  25. screens to be saved as.  The file name can include drive and path information if
  26. desired.
  27.  
  28. Once the TSR is loaded, you can save the current screen by using the hotkey
  29. combination Alt-RightShift.  This has only been tested on the 101-key enhanced
  30. keyboard.  Let me know if it doesn't work elsewhere.
  31.  
  32. Multiple screens can be saved in the same file without problem.  Each screen
  33. adds 4,003 bytes to each file.
  34.  
  35. There is no ability provided for removing the DEMOSCRS.EXE TSR once it's loaded.
  36. It's recommended that you use TurboPower Software's MARK and RELEASE commands if
  37. you need to remove it.
  38.  
  39.