How to Create a Junction in Windows 7
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
As an example, create a junction called C:\Volatile that resides on the S: drive.
mklink /j C:\Volatile S:\Volatile
Create a junction in Windows 7 using the MKLINK command.
mklink /j source-path target-path
As an example, create a junction called C:\Volatile that resides on the S: drive.
mklink /j C:\Volatile S:\Volatile