A small description

Make the best out of your PC. Here you can find some nice, useful tips and tricks that can be used to tame your PC. I hope you will find the tricks posted here useful. I have made the language as simple as possible so that it can be understood even by a noob. If you have any queries or want help feel free to question, I will try to shelp you out. If you have any good trick that you want to share with us, please tell us. Your suggetions/comments are always invited.

Google translate

December 22, 2008

Basics to Command Prompt




How to open command prompt:
Press ctrl+R to open up run command
Type 'cmd' and press enter to open the command prompt window.

To go UP:
Type 'cd..' and press enter

For example: If command prompt is showing
C:\Users\(username)> Type 'cd..' and press enter
now it will show
C:\Users>

To open a directory:
Type 'cd filename' and press enter

For example:To open 'Users' directory located in C:\ drive
Type 'cd users' and press enter
Now it will show
C:\Users>

To delete a directory:
Type 'del filename' and press enter

For example: To delete 'xyz.exe' located in C:\ drive
Type 'del xyz.exe' and press enter


To change the drive:
Type 'drive letter:'

For examle: To change the drive to D:\
Type 'D:' and press enter.
And now it will show 'D:\>'

No comments: