MKLINK |
|
| Purpose: | Create NTFS symbolic, hard, and soft links. |
| Format: | MKLINK [/D /H /J /Q] Link Target |
| /D | Create a directory symbolic link. (The default is to create a file symbolic link.) |
| /H | Create a hard link (like MKLNK). |
| /J | Create a junction. |
| /Q | Don't display results. |
| Link | The new symbolic link name |
| Target | The pathname (full or relative) that the new link refers to. |
Usage:
Due to Windows file system restrictions, creating symbolic links with MKLINK requires an NTFS volume and Windows Vista or later.
The file/directory names in Link and Target can be fully or partially qualified. MKLINK will also copy an existing description to the link.
See also MKLNK.
Option: