Too lazy to type the full directory name - Windows Views : 298
Tagged in : Windows
0 0
Send mail
Too lazy to type the full directory name

You all can avoid typing full directory names when changing directory names in command prompt.

Example:

If you have a directory named MyOfficeMoonTripPhotos. There is no need to type

cd MyHomeFilesFoldersPhotos


just type,

cd mof*


If you have multiple directories starting with the letters "myn" then you'd have to 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:

MyOfficeFilesFoldersPhotos Block1 AGroup


you can try with:

cd mof* b* a*


By Sanju, On - 2009-12-29



    Login to add Comments .