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\hp-test\Desktop\backup>
Usual command to go inside the directory
cd C:\Users\hp-test\Desktop\backup>
Or else, you need to use the command cd to change the current directory.
That’s it!
0 Comments:
Post a Comment