Я попробовал следующее:
C:\Users\Chloe\Documents>dir /a "My Music"
Volume in drive C is OS
Volume Serial Number is 808A-8F0B
Directory of C:\Users\Chloe\Documents\My Music
File Not Found
C:\Users\Chloe\Documents>mklink /j "My Music" "c:\Users\Chloe\Music"
Cannot create a file when that file already exists.
mklink
показывает следующее:
C:\Users\Chloe\Documents>mklink
Creates a symbolic link.
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.