Did you know that you can avoid type full long Directory name when you change Directory in Command Prompt?
Let's go and I will show you.
If you have Directory named Myworkfolders that you want to changed to. Instead of typing:
CD Myworkfolders
next time you can use:
CD Myw*
If you have multiple directories starting with the letters "myw" then you must use more characters before the *, until the name can be distinguished from the rest of the directory names in the current directory.
If you have multiple directories to change to such as:
Myworkfolders\Documents\Message
next time you can use:
CD Myw*\D*\M*
0 Comment:
Post a Comment