Why doesn't XCOPY copy my symbolic link?

I have a folder contain a directory symbolic link, with its structure as following:

my-folder - sub-directory - symbolic link (link to d:\some-folder) - file

The xcopy command I used is

xcopy /e /b /i /h my-folder f:\my-folder

It does copy everything to f:\my-folder, except the symbolic link, did I miss something simple?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like