home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / COLOR2.ZIP / COLOR2.DOC next >
Text File  |  1993-01-19  |  1KB  |  36 lines

  1. Here is a simple utility for OS/2, distributed as FREEWARE.
  2. Pass it along without charge or guilt!
  3.  
  4.  
  5.                         """"""""""
  6.                         COLOR2.EXE
  7.         
  8.                         """"""""""
  9.  
  10. This program lets you set the forground and background colors
  11. in an OS/2 full screen or OS/2 window session.  To use it,
  12. type:
  13.  
  14.         color2 Fb
  15.  
  16. where F = Foreground Color char [high (uppercase) or low intensity]
  17.       b = Background Color char [low intensity only]
  18.  
  19. You may capitalize the foreground letter ONLY to make the color 
  20. bright (high intesity).  Use the first letter of the color. 
  21. Note that B is for blue, X is for black.  Available colors are:
  22.  
  23.    x = Black                    X = Bright Black (grey)
  24.    b = Blue                     B =   "    Blue
  25.    g = Green                    G =   "    Green
  26.    c = Cyan                     C =   "    Cyan
  27.    r = Red                      R =   "    Red
  28.    m = Dark Magenta (purple)    M =   "    Magenta
  29.    y = Dark Yellow (orange)     Y =   "    Yellow
  30.    w = White                    W =   "    White
  31.                                       
  32. You can run this program in the command file that initializes your
  33. screen and window sessions (usually OS2INIT.CMD, but check the .CMD
  34. after the /k on the PROTSHELL line of your CONFIG.SYS file).  That
  35. way, your colors are set automatically when you start a session.
  36.