I tried running this on an Administrator command window on Windows 7 and got:
"Unable to create symlinks! Make sure your shell is running with the appropriate permissions"
However, in that same command window, I can issue a
mklink \d .\name .\folder\target
without issue.
"symbolic link created for .\name <<===>> .\folder\target"
I tried running this on an Administrator command window on Windows 7 and got:
"Unable to create symlinks! Make sure your shell is running with the appropriate permissions"However, in that same command window, I can issue a
mklink \d .\name .\folder\targetwithout issue.
"symbolic link created for .\name <<===>> .\folder\target"