home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / utility / DRNU451.LZH / NUBESA < prev    next >
Text File  |  1990-10-19  |  2KB  |  48 lines

  1.                          BE SA (Screen Attributes) 
  2.  
  3. Description:   Sets screen attributes. 
  4.  
  5. Syntax:        Version 4.5:   BE SA {NORMAL | REVERSE | UNDERLINE} [/N] 
  6.  
  7.                               BE SA {[[BLINKING] [BRIGHT | BOLD]]
  8.                               [(fore-color)]  [[ON] (back-color)]} [/N] [/C] 
  9.  
  10.                                 Parameters: 
  11.  
  12. NORMAL         Resets the screen to the standard colors for your display
  13.                adapter, then erases the screen. 
  14.  
  15. REVERSE        Sets the screen display to reverse video and erases the
  16.                screen. 
  17.  
  18. UNDERLINE      Sets the screen display to underline mode and erases the
  19.                screen. On some display adapters, this keyword resets the
  20.                default to color characters on a black background. 
  21.  
  22. BLINKING       Makes test flash on the screen. On some monitors this keyword
  23.                works only if you specify (back-color). 
  24.  
  25.  
  26.  
  27. BRIGHT | BOLD  Sets the foreground color to high intensity. 
  28.  
  29. (fore-color)   The foreground color for screen displays such as messages, box
  30.                lines, and window-frame lines. The default color is white. 
  31.  
  32. (back-color)   The background color for screen displays. If you do not
  33.                provide (fore-color), you must include the ON keyword. The
  34.                default color is black. 
  35.  
  36. /C             Clears the screen after you set new screen attributes. 
  37.  
  38. /N             Does not reset the border color when the display is in CGA or
  39.                VGA mode. This switch does not affect the EGA display mode. 
  40.  
  41.                                    Notes: 
  42.  
  43. You must have ANSI.SYS installed to use this utility,.
  44.  
  45. BE SA replaces version 4.0's SA (Screen Attributes) utility in Version 4.5. 
  46.  
  47. See:           <NUNCC>, <NUCOLOR>. 
  48.