Mapping Local Paths

G

Guest

You know how you can map a network path to a "drive." Well can you do the
same thing for local paths?

Example: map C:\lectures to a new "drive" L:\
 
P

Phil Robyn [MVP]

TechSY730 said:
You know how you can map a network path to a "drive." Well can you do the
same thing for local paths?

Example: map C:\lectures to a new "drive" L:\

C:\cmd>subst /?
Associates a path with a drive letter.

SUBST [drive1: [drive2:]path]
SUBST drive1: /D

drive1: Specifies a virtual drive to which you want to assign a path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.

Type SUBST with no parameters to display a list of current virtual drives.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top