home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / veal0989.arc / SC310.DOC < prev    next >
Text File  |  1989-08-22  |  3KB  |  53 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║                                                                            ║
  3.  ║             Documentation For Screen Color (SC) - Version 3.10             ║
  4.  ║                A Shareware Program Written By Craig Veal                   ║
  5.  ║                                                                            ║
  6.  ╟────────────────────────────────────────────────────────────────────────────╢
  7.  ║                                                                            ║
  8.  ║    I initially developed this program for my own personal use and the      ║
  9.  ║    rights to it are my sole property.  This program is not and has never   ║
  10.  ║    been a public domain program.                                           ║
  11.  ║                                                                            ║
  12.  ║    LIMITED permission is granted for your personal, NON-COMMERCIAL use     ║
  13.  ║    ONLY.                                                                   ║
  14.  ║                                                                            ║
  15.  ║    This program may not be used in any commercial environment without my   ║
  16.  ║    WRITTEN PERMISSION. If you want to use it in a commercial environment,  ║
  17.  ║    simply send me a self addressed stamped envelope and I'll authorize     ║
  18.  ║    you to use this program as long as NO ONE, other than myself, MAKES     ║
  19.  ║    any profit from the sale of this program.                               ║
  20.  ║                                                                            ║
  21.  ║    SHARE this program with others!   Craig D. Veal                         ║
  22.  ║                                      4734B Jacksonville Lane               ║
  23.  ║                                      Andrews AFB MD 20335                  ║
  24.  ║                                      Phone 301-599-1071                    ║
  25.  ║                                                                            ║
  26.  ╚════════════════════════════════════════════════════════════════════════════╝
  27.  
  28.  
  29. This program will set the color of text, screen background or both at the same 
  30. time.  The syntax is SC tc/sc.  Text Color (tc) and Screen Color (sc) codes are:
  31.  
  32.                 B - Black               P - Purple
  33.                 D - Dark blue           R - Red
  34.                 G - Green               Y - Yellow
  35.                 L - Light blue          W - White
  36.  
  37. To set the screen color you MUST use a "/" before the screen color otherwise the
  38. only the text color will be set.  The "/" is not needed to set the text color.
  39. Upper or  lower case letters may be used in any combination.
  40.  
  41. SC L        - Sets text color to Light blue (cyan)
  42. sc /w       - Sets screen (background) color to White
  43. Sc Y/d      - Sets text color to Yellow on a Dark blue background
  44.  
  45. The ANSI.SYS device driver MUST be installed in the CONFIG.SYS file.  If it's 
  46. not, you will see ANSI.SYS NOT installed in CONFIG.SYS file.  Just install the
  47. ANSI.SYS device driver in the CONFIG.SYS file to use this program.
  48.  
  49. NOTE:  If you use a program that normally clears the screen (such as Word Star)
  50.        the screen background color will not return when the program ends.  If 
  51.        this happens just use SC again.
  52.  
  53.