DOS
Tips
Substituting Folder As Drive
If you want to have a special attention to a folder you keep working on, why not substitute it as a drive? Weird question? No really. There is a small utility hidden in your Windows\Command directory that call subst.exe which is brought over from old DOS. The syntax is simple.
To "rename" a folder into a drive, type in:
subst w: c:\data\work\records\
Now drive w will be officially your drive for working. Cool isn't it? To remove it, type:
subst w: /d
And there goes drive w. You can run subst.exe from DOS Prompt or Autoexec.bat. OK, other than giving you a shorter and manageable path, Windows will actually produce an independent recycle bin for it! Awesome if you want a separate workout from your normal drives.
Copyright (C)
1998-1999 The Active Network. All rights reserved.
Please click here for
full terms of use and restrictions.