This question shows that cygwin’s soft links are somewhat different from ntfs junctions. I’d like cygwin to create a real junction. I thought about running mklink
but, hell, there is no mklink.exe
. Apparently, it’s part of the shell command. There I’m stuck.
Any idea how I can do that on a script ?
/j
flag:cmd /c mklink /j name target
. Otherwise according to technet.microsoft.com/en-us/library/cc753194.aspx I think you end up with a Windows-style file symbolic link. – Unisexual