mklink issue

Jun 8, 2013
98
0
Warsaw, Poland
Hello again.

Using TCC LE 13.06.77 Windows 7 [Version 6.1.7601]

MkLinking to files not in current directory produces error message, but the link is created.

(file ..\aFile exists)
[D:\temp]mklink aFile ..\aFile
TCC: (Sys) The system cannot find the file specified.
"aFile"

Linking in the current directory works:
[D:\temp]mklink x aFileCurr
Symbolic link created for x <<===>> aFileCurr

Best regards