home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2LNC.ZIP / FOROS2.DOC < prev    next >
Text File  |  1991-01-23  |  2KB  |  51 lines

  1. Here are 2 simple utilities for OS/2, distributed as FREEWARE.
  2. Pass them along without charge or guilt!
  3.  
  4. """"""""""
  5. LINES2.EXE
  6.  
  7. """"""""""
  8.  
  9. This program will toggle a full screen OS/2 session from 24 to
  10. 43/50 line mode.  It automatically detects which expanded line
  11. mode your system is capable of - 43 or 50 lines.
  12.  
  13. LINES2 does NOT work in a window session - running it in a window
  14. session will cause screen flashing but no change.
  15.  
  16.  
  17. """"""""""
  18. COLOR2.EXE
  19.  
  20. """"""""""
  21.  
  22. This program lets you set the forground and background colors
  23. in an OS/2 full screen or OS/2 window session.  To use it,
  24. type:
  25.  
  26.         color2 Fb
  27.  
  28. where F = Foreground Color char [high (uppercase) or low intensity]
  29.       b = Background Color char [low intensity only]
  30.  
  31. You may capitalize the foreground letter ONLY to make the color 
  32. bright (high intesity).  Use the first letter of the color. 
  33. Note that B is for blue, X is for black.  Available colors are:
  34.  
  35.         Colors - x = Black         X = High Intensity Black (grey)
  36.                  b = Blue          B =  "       "     Blue
  37.                  g = Green         G =  "       "     Green
  38.                  c = Cyan          C =  "       "     Cyan
  39.                  r = Red           R =  "       "     Red
  40.                  m = Magenta       M =  "       "     Magenta
  41.                  y = Orange        Y =  "       "     Yellow
  42.                  w = White         W =  "       "     White
  43.  
  44. You can run this program in the command file that initializes your
  45. screen and window sessions (usually OS2INIT.CMD, but check the .CMD
  46. after the /k on the PROTSHELL line of your CONFIG.SYS file).  That
  47. way, your colors are set automatically when you start a session.
  48.  
  49. Note that the LINES2 program above does NOT work in a window session,
  50. so adding it to OS2INIT.CMD will cause screen flashing but no change.
  51.