Friday 26 April 2013

[Command Prompt] How to automatically open and map a directory


During DOS days, playing with several commands are fun. What if you encounter the longest and the most difficult file path of the century? What can you do to make it easier?
Here’s a quick tip to automatically get into the folder directory from windows to your command window:
Press the Shift key and use the right-click portion of your mouse.




C:\Users\root\Desktop\New folder (2)>

Usual command to go inside the directory

cd C:\Users\root\Desktop\New folder (2)>

Or else, you need to use the command cd to change the current directory.

That’s it!

1 comment: