Is it possible to copy a Symlink to a directory in Windows 7. When I try to copy a symlink'd directory, it tries to deep copy the contents to the location.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

I don't know of a way to do it within Windows Explorer, but you can use xcopy at the command line with the /b argument, see here.

link|improve this answer
feedback

Use a program that supports them, obviously. Far Manager for example allows me to either copy symlinks as links or traverse them and copy their contents:

alt text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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