Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.exeApparently, it’s part of the shell command. There I’m stuck.

Any idea how I can do that on a script ?

share|improve this question

1 Answer

up vote 1 down vote accepted

Found the answer, running cmd.exe /c mklink name target did the job. I leave the answer here in case someone runs into the same trouble.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.