At many occasions, Windows Hosting professionals use a number of important commands that are very useful in several situations. COLOR and COMP are two major commands with significance.
COLOR: Sets the default console foreground and background colors.
Syntax : COLOR [background][foreground]
Color attributes are specified by 2 of the following hex digits.
0 = Black
8 = Gray
1 = Blue
9 = Light Blue
2 = Green
A = Light Green
3 = Aqua
B = Light Aqua
COMP : Compare two files (or sets of files).
Display items which do not match.
Syntax: COMP [pathname1] [pathname2] [/D] [/A] [/L] [/N=number] [/C]

