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) - fileThe xcopy command I used is
xcopy /e /b /i /h my-folder f:\my-folderIt does copy everything to f:\my-folder, except the symbolic link, did I miss something simple?