How to Create a Junction in Windows 7

tech — tags: — rohand @ August 9, 2009 5:55 PM

Create a junction in Windows 7 using the MKLINK command.

mklink /j source-path target-path

Example: create a junction named C:\Volatile to the S:\Volatile folder.

mklink /j C:\Volatile S:\Volatile

Windows7-mklink

©2012 appytizers. All rights reserved.