- May
- 13,125
- 180
If I issue "MKLNK" (without "/=") I get the command dialog anyway (which seems wrong).
If I use the command dialog, and enter "exists" in the first box (existing file or directory) and "new" in the second box (new file or directory link), the command line created is
which seems to be the opposite of the help's
If I use the command dialog, and enter "exists" in the first box (existing file or directory) and "new" in the second box (new file or directory link), the command line created is
Code:
MKLNK new exists
Code:
parm1 Name of an existing file (hard link) or directory (for soft link).
parm2 Name of the new directory entry (a file or directory reference) to be created.