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?