I have just started to use msys2. I wanted to make a sym link to a folder on my d:. I can access it like this:
cd /d/mytestfolder/
I tried:
When I do
ln -s /d/mytestfolder/ testfolder- this seems to be working, but takes a long time, then I realized it just makes a copy and not a link at all :(I also tried
cmd /c mklink /c/mytestfolder(found that somewhere on the web)... no joyI even tried (in windows explorer) making a windows short cut. I can see that file, but it does not work with
cd.
So how can I make a link/shortcut to to my folder?