home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sampler0 / crt_save.doc < prev    next >
Text File  |  1988-03-15  |  4KB  |  90 lines

  1.                              V1.04 March 15, 1988
  2.  
  3.                            CRT_SAVE - SCREEN BLANKER
  4.                            -------------------------
  5.  
  6.         Purpose
  7.         -------
  8.  
  9.         CRT_SAVE is yet another screen blanker program. It supports IBM
  10.         and compatible monochrome (MDA), IBM and compatible color (CGA),
  11.         IBM and compatible EGA and VGA and Hercules monochrome graphics
  12.         adapters.                          ========
  13.  
  14.         In addition to blanking the screen, CRT_SAVE also beeps when
  15.         pressing the Caps Lock places the keyboard in upper case.
  16.  
  17.         Some IBM (tm) BIOS chips have a bug - the cursor size gets set
  18.         to 6,7 even if the monochrome adapter is in use. Programs that
  19.         save, set and restore the cursor using the BIOS parameters get
  20.         confused. CRT_SAVE plugs in the correct cursor start/end scan
  21.         lines.
  22.  
  23.  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  24.  *  WARNING!!!!!!!                                                     *
  25.  *  ==============                                                     *
  26.  *  This program has not been tested on Hercules-compatible adapters!  *
  27.  *  I have heard rumors about screen blankers blowing up monitors      *
  28.  *  connected to Hercules-kind adapters.                               *
  29.  *                                                                     *
  30.  *  There is no warranty of any kind, and the copyright owner is not   *
  31.  *  liable for damages of any kind. By using the software, you         *
  32.  *  agree to this.                                                     *
  33.  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  34.  
  35.  
  36.         Installation
  37.         ------------
  38.  
  39.         To install CRT_SAVE, place the file CRT_SAVE.COM in the root
  40.         directory of your boot diskette or hard disk, and modify the
  41.         AUTOEXEC.BAT to include the command:
  42.         "CRT_SAVE/m"                                (no spaces)
  43.         where "m" is the number of minutes (1 to 9) after which the
  44.         screen is blanked if the keyboard and the video display are
  45.         inactive.
  46.         If you do not enter the "/m" parameter the program defaults
  47.         to 8 minutes.
  48.  
  49.         Reboot your machine.
  50.  
  51.         The program requires 816 bytes. It is usually installed last,
  52.         following other resident routines, but feel free to experiment.
  53.  
  54.         Copyright/License/Warranty
  55.         --------------------------
  56.  
  57.         This document and the current version of the program file
  58.         CRT_SAVE.COM ("the software") are copyrighted by the author. The
  59.         copyright owner hereby licenses you to: use the software; make
  60.         as many copies of the program and documentation as you wish;
  61.         give such copies to anyone; and distribute the software and
  62.         documentation via electronic means.
  63.  
  64.         However, you are specifically prohibited from charging, or
  65.         requesting donations, for any such copies, however made. An
  66.         exception is granted to recognized not-for-profit user's
  67.         groups, which are authorized to charge a small fee (not to
  68.         exceed $7) for materials, handling, postage, and general
  69.         overhead.  NO FOR-PROFIT ORGANIZATION IS AUTHORIZED TO CHARGE
  70.         ANY AMOUNT FOR DISTRIBUTION OF COPIES OF THE SOFTWARE OR
  71.         DOCUMENTATION.
  72.  
  73.         No copy of the software may be distributed or given away without
  74.         this document; and this notice must not be removed.
  75.  
  76.         There is no warranty of any kind, and the copyright owner is not
  77.         liable for damages of any kind. By using the software, you agree
  78.         to this.
  79.  
  80.         The software and documentation are:
  81.  
  82.                           Copyright (c) 1988 by
  83.                              Radu V. Metea
  84.                           RAMSYS MicroSystems
  85.                           2027 N. Catalina St.
  86.                           Los Angeles, CA 90027
  87.                           CompuServe 74017,2730
  88.  
  89. P.S. Please let me know if you encounter any problems using this program.
  90.