Windows XP commands and others
Created: 27 Apr 2009 | Updated: 29 Jul 2010 | 5 comments
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 :
- A-Z Index of the Windows XP command line
- Windows PowerShell commands
- BASH commands (Built-in & Shell tools for GNU Linux & OS X)
- Oracle commands
- SQL Server 2005 commands
Link : Command line reference for Windows, Bash, Oracle, and SQL Server
Blog Entry Filed Under:
The Endpoint Virtualization Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Virtualization community. Any authenticated Connect member can contribute to this blog.
Comments 5 Comments • Jump to latest comment
thanks mait
Thanks, Eshwar
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?
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?
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.
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
Would you like to reply?
Login or Register to post your comment.