A command on [[Windows]] that associates a path with a drive letter, used for substituting paths on drives as virtual drives. If used without parameters, **subst** displays the names of the virtual drives in effect. ## Examples To create a virtual drive z for the path `b:\user\betty\forms`, type: ``` subst z: b:\user\betty\forms ```