Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Windows XP commands and others

Updated: 29 Jul 2010 | 5 comments
riva11's picture
+11 11 Votes
Login to vote

Do you need to refresh your personal knowledge about command line commands for Windows XP, Powershell and why not, Oracle or SQL Server, then visit the ss64.com website.

Index :

Link : Command line reference for Windows, Bash, Oracle, and SQL Server

Comments

Eshwar's picture
30
Apr
2009
2 Votes +2
Login to vote

thanks mait

thanks mait

Thanks,
Eshwar

rainier's picture
06
May
2009
0 Votes 0
Login to vote

thanks i was looking for a

thanks i was looking for a guide regarding the dos commands.would you happen to know how to change the color of the DOS prompt instead of black and white what command is used?

rainier's picture
06
May
2009
0 Votes 0
Login to vote

thanks i was looking for a

thanks i was looking for a guide regarding the dos commands.would you happen to know how to change the color of the DOS prompt instead of black and white what command is used?

Biohazzard's picture
08
May
2009
1 Vote +1
Login to vote

in XP the command is

in XP the command is COLOR

Sets the default console foreground and background colors.

COLOR [attr]

attr Specifies color attribute of console output

Color attributes are specified by TWO hex digits -- the first
corresponds to the background; the second the foreground. 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

If no argument is given, this command restores the color to what it was
when CMD.EXE started. This value either comes from the current console
window, the /T command line switch or from the DefaultColor registry
value.

------------------------------------------------------------------------------------------------------

If you want to change the defaults for CMD.exe simply open a command prompt, click in the upper left corner and go to DEFAULTS.

riva11's picture
13
May
2009
5 Votes +5
Login to vote

Color list

Here the formatted color 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