home *** CD-ROM | disk | FTP | other *** search
- BE SA (Screen Attributes)
-
- Description: Sets screen attributes.
-
- Syntax: Version 4.5: BE SA {NORMAL | REVERSE | UNDERLINE} [/N]
-
- BE SA {[[BLINKING] [BRIGHT | BOLD]]
- [(fore-color)] [[ON] (back-color)]} [/N] [/C]
-
- Parameters:
-
- NORMAL Resets the screen to the standard colors for your display
- adapter, then erases the screen.
-
- REVERSE Sets the screen display to reverse video and erases the
- screen.
-
- UNDERLINE Sets the screen display to underline mode and erases the
- screen. On some display adapters, this keyword resets the
- default to color characters on a black background.
-
- BLINKING Makes test flash on the screen. On some monitors this keyword
- works only if you specify (back-color).
-
-
-
- BRIGHT | BOLD Sets the foreground color to high intensity.
-
- (fore-color) The foreground color for screen displays such as messages, box
- lines, and window-frame lines. The default color is white.
-
- (back-color) The background color for screen displays. If you do not
- provide (fore-color), you must include the ON keyword. The
- default color is black.
-
- /C Clears the screen after you set new screen attributes.
-
- /N Does not reset the border color when the display is in CGA or
- VGA mode. This switch does not affect the EGA display mode.
-
- Notes:
-
- You must have ANSI.SYS installed to use this utility,.
-
- BE SA replaces version 4.0's SA (Screen Attributes) utility in Version 4.5.
-
- See: <NUNCC>, <NUCOLOR>.
-