How to change Command Prompt or DOS Prompt color
If you do not like the black and white color of command prompt,there is a solution to change this.
1.Click start->All programs->Accessories->Command Prompt (OR)
Click start and then Run. Type cmd and press Ok to start command prompt.
2.Color code list
0 = Black
1 = Blue
2 = Green
3 = Aqua
4 = Red
5 = Purple
6 = Yellow
7 = White
8 = Gray
9 = Light Blue
A = Light Green
B = Light Aqua
C = Light Red
D = Light Purple
E = Light Yellow
F = Bright White
3.The command for blue background and white text is color 97.Here the first number 9 for light blue and 7 for white. If you use only one color example: color 9 then the command will change the text only to light blue.
4.To reset the default color,type color and press enter.