Create a symbolic link or directory junction

Various changes to the Windows Operating System, also for the Intranet

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Create a symbolic link or directory junction

Post by sjj1805 » Sun Dec 27, 2015 10:27 am

http://www.howtogeek.com/174765/how-to- ... ndows-8.1/
C:\Accounts\accounts.mdb /wrkgrp B:\acc.mdw
mklink /d “C:\Accounts” “C:\Users\Gail\OneDrive\Accounts\”

mklink /d “C:\inetpub\wwwroot” “d:\inetpub\wwwroot\”
mklink /d “C:\Windows\System32\inetsrv\config” “D:\Windows\System32\inetsrv\config\”

To do the same with individual files:
mklink /h "H:\Box Sets\target\original.mp4" "H:\Box Sets\Source\original.mp4"
mklink /h "H:\Box Sets\Disney\The Sound of Music (1965).mp4" "H:\Child Movies\The Sound of Music (1965).mp4"

Post Reply