Assign Letter to Your Folder

There is a way to assign a Drive Letter to your favorite folder. Like when you open up My Computer. You will have your drive A:floppy and drive C:hard disk. But you also can have drive F:my favourite folder.
Pretend that you have a file folder called C:\data\word_docs, that you use it constantly, and that you would like to refer to it with a shortcut of W:. Open up a command prompt window and issue the following command:
SUBST w: C:\data\word_docs
SUBST is short for substitute. (DOS commands are case-insensitive, so you could enter it as “subst” as well.) So, now, W:\intro.doc is the same thing as C:\data\word_docs\intro.doc — two different ways to refer to the same file.
You can read more here [Codejacked]






Tinggalkan jawapan