home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 10A / COLORS12.ZIP / COLORS.DOC < prev    next >
Text File  |  1992-02-12  |  4KB  |  144 lines

  1.  
  2.                            COLORS.COM   Ver 1.2
  3.  
  4.                              February 12, 1992
  5.  
  6.  
  7.  
  8.      COLORS.COM
  9.      ==========
  10.  
  11.      I originally wrote COLORS.COM to fulfill a need to change the DOS
  12.      screen colors at the command level.  I was impressed by the 4DOS
  13.      COLOR command so I wrote my version to emulate, to some degree, the
  14.      4DOS syntax.  There are a couple of differences though.
  15.  
  16.      1)  An ANSI.SYS or compatible driver must be loaded. If ANSI.SYS is
  17.      not present, COLORS will not work correctly.
  18.  
  19.      2)  If an option is entered incorrectly, you may not get the COLORS
  20.      you were expecting.
  21.  
  22.      3)  There is no "BLINK" option because like myself, most people I've
  23.      talked to dislike an entire screen of flashing characters.
  24.  
  25.      Despite it's limitations, COLORS.COM is a good DOS alternative to the
  26.      4DOS COLOR command.  It can be used either at the command line or from
  27.      within a batch file.
  28.  
  29.  
  30.  
  31.      Usage:
  32.      ======
  33.  
  34.      COLORS [BRI] fg ON bg
  35.  
  36.      COLORS NOR
  37.  
  38.      COLORS REV
  39.  
  40.      COLORS with no parameters will invoke a help screen.
  41.  
  42.      Options:
  43.      -------
  44.  
  45.      BRI is optional and indicates a bright foreground color.  The background
  46.      colors are unaltered by this setting.  Entering a parameter of BRI alone
  47.      on the command line will change the current foreground color to bright.
  48.  
  49.      NOR changes attributes to white on black.
  50.  
  51.      REV is the reverse of NOR and changes text to black on white.
  52.  
  53.      fg = Foreground color
  54.      bg = Background color
  55.  
  56.      Available Colors:
  57.  
  58.      BLA = Black     BLU = Blue
  59.      RED = Red       MAG = Magenta
  60.      GRE = Green     CYA = Cyan
  61.      YEL = Yellow    WHI = White
  62.  
  63.      NOTE: Entering a foreground color but no background color will result in
  64.            the background being black.
  65.  
  66.  
  67.      Examples:
  68.      =========
  69.  
  70.      To change the screen colors to a white foreground on a blue background
  71.      issue the command:
  72.  
  73.      COLORS WHI ON BLU
  74.  
  75.      To change the foreground to bright cyan on a black background:
  76.  
  77.      COLORS BRI CYA
  78.  
  79.      To change the foreground to black and the background to white:
  80.  
  81.      COLORS REV
  82.  
  83.      To change the screen colors to normal or white on black:
  84.  
  85.      COLORS NOR
  86.  
  87.  
  88.      Requirements:
  89.      =============
  90.  
  91.      Any IBM or compatible machine.
  92.      CGA or better display to use fg and bg options.
  93.      Tested with MS-DOS 3.3 thru 5.0, DRDOS 5.0, 4DOS 4.0, and NDOS 6.01.
  94.      ANSI.SYS or compatible driver loaded via CONFIG.SYS. (DEVICE=ANSI.SYS)
  95.  
  96.  
  97.      Distribution and Use:
  98.      =====================
  99.  
  100.      COLORS.COM and this documentation are offered as is.  The user bears
  101.      the entire risk of this software not performing as expected.
  102.  
  103.      The archive COLORS12.ZIP should consist of:
  104.  
  105.      COLORS.COM       The program file
  106.      COLORS.DOC       This documentation
  107.      CSCOLORS.COM     Clears the screen to color
  108.      CSCOLORS.DOC     CSCOLORS.COM documentation
  109.      TABLE.COM        Monitor adjustment table
  110.  
  111.      If you distribute COLORS please include this documentation with the
  112.      program files.
  113.  
  114.      If you find COLORS useful, a small contribution of $5.00 would be
  115.      appreciated. Please send to address listed below.
  116.  
  117.      Any feedback or suggestions anyone has to offer concerning COLORS can
  118.      be directed to the addresses listed below.
  119.  
  120.  
  121.                                 Aran Spence
  122.                                 2034B N. Titan Cir.
  123.                                 Rome, NY 13440
  124.  
  125.                                 Voice:  (315) 339-9830
  126.  
  127.                                E-Mail:  1:260/501@Fidonet
  128.                            Compuserve:  70162,3044
  129.                       America On Line:  AranS
  130.  
  131.  
  132.      History:
  133.      ========
  134.  
  135.      v1.0   February 7, 1992 - Initial release of COLORS.
  136.  
  137.      v1.1   February 10, 1992 - Changed COLORS to accept upper or lower
  138.             case parameters.   Removed full name parameters for NORMAL,
  139.             BRIGHT and REVERSE.  Updated COLORS.DOC and help screen.
  140.  
  141.      v1.2   February 12, 1992 - Added CSCOLORS.COM to clear the screen to
  142.             to the specified colors. Added TABLE.COM for monitor adjustment.
  143.  
  144.