home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUSA < prev    next >
Text File  |  1990-10-19  |  2KB  |  66 lines

  1.                            SA (Screen Attributes)
  2.  
  3.  
  4. Description:   Sets screen attributes.
  5.  
  6.  
  7. Syntax:        Version 3.0, 3.1, 4.0:   SA NORMAL [/N]
  8.  
  9.                                         SA [BLINKING] [BRIGHT | BOLD] REVERSE
  10.                                         [/N]
  11.  
  12.                                         SA [BLINKING] [BRIGHT | BOLD]
  13.                                         UNDERLINE [/N]
  14.  
  15.                                         SA [[BLINKING] [BRIGHT | BOLD]
  16.                                         [(fore-color)] [[ON] (back-color)]]
  17.                                         [/N]
  18.  
  19.  
  20.                                  Parameters:
  21.  
  22. BLINKING       Makes the message repeatedly blink on and off. On some
  23.                monitors, this keyword works only if you specify (back-color).
  24.  
  25.  
  26. BRIGHT | BOLD  Displays the foreground in high intensity.
  27.  
  28. NORMAL         Erases the screen and resets the screen to the standard colors
  29.                for your display adapter.
  30.  
  31. REVERSE        Erases the screen and sets the screen display to reverse
  32.                video.
  33.  
  34. UNDERLINE      Sets the screen display to underline mode and erases the
  35.                screen. On some display adapters this keyword resets the
  36.                default to color characters on a black background.
  37.  
  38. (fore-color)   The foreground color for screen displays such as messages, box
  39.                lines, and window frame lines. The default foreground color is
  40.                white.
  41.  
  42. (back-color)   The background color for screen displays. If you do not
  43.                provide (fore-color), you must include the ON keyword. The
  44.                default background color is black.
  45.  
  46. /N        Does not reset the border color when the display is in either CGA
  47.           mode or VGA mode. This switch does not affect the EGA display mode.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                    Notes:
  59.  
  60. You must have already installed the ANSI.SYS driver to use this utility.
  61.  
  62. SA is incorporated into the BE (Batch Enhancer) utility in version 4.5.
  63.  
  64. See <NUBE>, <NUNCC>, <NUCOLOR>.
  65.  
  66.