Skip to content

Map Folder to Drive Letter

Jason Lewis edited this page Oct 12, 2021 · 2 revisions

Map

  1. At the command prompt, enter the command
    subst <drive letter>: "<folder path>"
    

Unmap

  1. At the command prompt, enter the command
    subst <drive letter>: /d
    
Clone this wiki locally