home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / asmcode.lbr / SCRNSAVE.DQC / SCRNSAVE.DOC
Encoding:
Text File  |  1985-06-03  |  1.5 KB  |  49 lines

  1.  
  2. Screen Saver
  3.  
  4. Version 2.00 For IBM-PC and compatables.  Requires DOS 2.0 or later.
  5.  
  6. This program is a memory resident module that shuts off video after a specified
  7. number of minutes when there is no output to the CRT, and no input from the
  8. keyboard. Pressing any key (even just the Shift or ALT key) will reset the time
  9. and restore the display. The delay time may be altered at any time without
  10. re-booting the machine.
  11.  
  12. COMMAND FORMAT
  13.  
  14.   SCRNSAVE [nn]
  15.  
  16.  You may specify a number of minutes between 1 and 29 for a delay before screen
  17. blanking occurs. If you do not specify a time, the program defaults to 5
  18. minutes.
  19.  
  20. EXAMPLE:
  21.  
  22.    SCRNSAVE 8
  23.  
  24.  After 8 minutes of no activity, the screen will go black. any keypress or any
  25. screen write by the system will restore the screen. No data will be lost from
  26. the screen when it is blanked.
  27.  
  28.  INSTALLATION:
  29.  
  30.  Simply copy SCRNSAVE.COM to your DOS backup diskette, or your hard disk.  If
  31. you want to use a specific time period all the time, you can put the SCRNSAVE
  32. command in your AUTOEXEC.BAT file.
  33.  
  34.  
  35. NOTES:
  36.  
  37. 1) If you use a color graphics adapter, the BORDER color (usually already
  38.    black) will not be blanked.  This is due to the fact that the border color
  39.    value is stored in a write only register, and if it were blanked there would
  40.    be no way to restore it.  Most applications do not use border color.
  41.  
  42. I hope you find this useful.  If you have comments, or I can answer a question
  43. for you, please write.
  44.  
  45.     Bob Murphy
  46.     PO BOX 23260
  47.     Richfield, MN 55423
  48.  
  49.