mklink / d directory symbolic link

mklink  /d  "C:\Users"  "D:\My"

  



The above code meaning:

Create a "C: \ Users" and point to "D: \ My", the files in the two directories messenger consistent. Similar to the "shortcut"

important point:

Use an absolute path.

Path in double quotes.

 

Guess you like

Origin www.cnblogs.com/jiamiemie/p/11823973.html