Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

From a folder to a virtual drive to a virtual folder

Aug
1,915
68
Setting up TCMD/TCC 20 to work with my new Windows 7 system, I forgot that I had set my utils folder up as a drive, and a junction on my previous system.

After going through the help file, I have re-discovered how to do this.

To make my c:\users\jlc\utils folder act as drive U:
Code:
PSUBST /P U: c:\users\jlc\utils

To make my c:\users\jlc\utils folder act as c:\utils
Code:
MKLINK /J c:\utils c:\users\jlc\utils

Joe
 
Back
Top