Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 304 Bytes

mklink.md

File metadata and controls

5 lines (5 loc) · 304 Bytes

https://ourtechroom.com/tech/junction-vs-symbolic-links/

  • mklink /JHD destination source
  • /j junction = folder only, not file, not network e.g. c:/dirA to c:/dirB
  • /h hard = file only, same drive only e.g. c:/fileA to c:/fileB
  • /d symbolic = both file and folder, remote ok e.g. //srv/dir to c:/dir/