|
SUBST
Associate a path with a drive letter.
Syntax
SUBST drive_letter: path
SUBST
SUBST drive_letter: /D
Key
Path : Specifies the path that you want to assign to a
virtual drive.
/D : Delete the drive_letter substitution.
drive_letter: : Specifies the virtual drive to which
you want to assign a path
Used without parameters, subst displays the names of the
virtual drives in effect.
Examples
To create a virtual drive Z for the path B:\Reports\2009\May
SUBST z: b:\ureports\2009\May
Cmd Commands
|