How can I create a connection using cygwin?

This question shows that cygwins programmatic links are slightly different from ntfs jumps. Id like cygwin to create a real host. I was thinking of starting mklink , but hell no mklink.exe . It can be seen , a part of the shell command. I'm stuck there.

Any idea how I can do this on a script?

+4
source share
1 answer

Found the answer by running cmd.exe /c mklink /j name target completing the task. I leave the answer here if someone is facing the same problems.

EDIT : Added the /j switch, as Ken Williams noted in the comments.

+8
source

Source: https://habr.com/ru/post/1398241/


All Articles