Saturday 5 October 2013

CMD tricks Collection


Awesome CMD tricks

You might also like:Hide File in Photo

For most people command prompt seems boring. But with these command prompt tricks/codes it won't seem that boring as before.
Here is the list of cmd commands:

Title

With this command you can change the current Title of the command prompt window. For exmaple :
title hellboundgeeks

will change the title of the cmd window to "hellboundgeeks".

Color

Sets the default console foreground and background colors. For example:
color [attribute]

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

Example:
COLOR 0a
produces light green on black background.

Watch Star Wars in ASCII

You can watch "Star Wars Episode IV" in command prompt. But it would be of completely in ASCII texts. To watch Star Wars Episode IV, in cmd type the following:
telnet towel.blinkenlights.nl

Note: In Windows 7, by default, you can not watch "Star Wars" because telnet is not activated. You have to activate telnet in order to watch "Star Wars".

Tree

Tree command Graphically displays the folder structure of a drive or path.
TREE [drive:][path] [/F] [/A]

/F Display the names of the files in each folder.
/A Use ASCII instead of extended characters.
Example:
tree c:\



Comments!
If you like this article then please share it!
If you have any questions then put them on comments section!

You might also like:How to change Splash Screen of Photoshop

No comments:

Post a Comment