|
COLOR
Change colors of the CMD window. Used without parameters,
COLOR restores the default Command Prompt window foreground
and background colors.
Syntax
COLOR [background][foreground]
Colour attributes are specified by 2 of the following hex digits. Each digit can be any of the following values:
0 = Black
8 = Gray
1 = Blue
9 = Light Blue
2 = Green
A = Light Green
3 = Aqua
B = Light Aqua
4 = Red
C = Light Red
5 = Purple
D = Light Purple
6 = Yellow
E = Light Yellow
7 = White
F = Bright White
Examples:
COLOR 07, white on black is the default.
Cmd Commands
|