(adsbygoogle = window.adsbygoogle || []).push({});
Ok, this does not affect the commands in any way, only visual.
CMD (Command Prompt) is a batch file that enables you to enter commands for the computer to execute. To acess CMD, run it "cmd" or Go to All programmes, or search for "cmd".
When you have opened it, a weird box will appear. Notice it has a black background and white text, well gray I suppose. Anyway enter the following code as an example
"color help"
with the space!
A reference of the colours will come up.
To change the color enter a code similiar to
color 4f
color 3b
color a5
Now the first number or letter is background. Second is text. Letters can only go up to F.
And that's you, experiment!
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
Heres a example
You must login or register to view this content.