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:
Post a Comment