Sunday, November 28, 2010

Mapping Network Drive to Local Folder

To Map a network drive letter to local folder, I found that I can use the following command at the command prompt.

subst [Drive]: C:\FolderName

For example, I can map "C:\Temp" folder to K: drive using the command.

subst K: C:\Temp