Check out the Latest Articles:

Almost all of us wants better accessibility to your documents or folders whatever. Though we try to keep our folder structure as much clean as possible but at times we need to have even quicker accessibility. Desktop Shortcuts are good to use but for those who want to keep their desktop clean (like me) then Mapping a drive letter to the folder is the best option.

Here we actually create a virtual drive with any letter that we want, that points to another location in any other drive. Quite Impressive right ? Yeah! Lets see..

map_folder_xp_1

Creating A Map Drive

Goto Start > Run > cmd.exe

Use the command subst <virtual drive name:> <local folder path> to map a new drive to the local folder. Here I have mapped the drive with the name X to a folder in my external hard drive.

map_folder_xp_2

subst x: j:\movies\

map_folder_xp_3

Removing A Map Drive

Use the command subst /d <virtual drive name:. The /d switch will delete the virtual mapped drive

map_folder_xp_4

subst /d x:

Related posts:

  1. How to create or delete a System Folder Named CON in Windows XP
  2. How to Change Drive Letter in Windows XP
  3. How to Hide and Unhide a folder in Windows XP
  4. Over 10+ Keyboard Shortcuts for Windows XP (Some You Probably Might Not Know)
  5. How to Install a Local Web Server on Windows XP


  1. It‘s quite in here! Why not leave a response?