Create a Virtual Drive for any folder in Vista
There is a secret in MS DOS command ” subst” which is used to create a virtual drive letter for any folder in My Computer screen.
For example, if u want to use a folder called “new_folder” which is kept in” E:\new\downloads\ ” then you can create a virtual drive say “Z:” in My Computer.
Here is the procedure.
1. Open Command prompt from , Start–>Run–> cmd
then type, subst drive-letter:folder-path
i.e., for example,
subst Z: E:\new\downloads\
2. If you want to delete this virtual drive, then provide following command:
subst drive_letter: /D
for example,
subst z: /D
Popularity: 1%
Written by magakos. Read more great feeds at is source WEBSITE
1 comment.
Read more articles on WindowS HackS and All and otherSoftware.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article

















#1. August 16th, 2008, at 5:33 AM.
Great tip. Was wondering how to do this. Thanx!