Dê uma olhada nisso: Sintaxe XCOPY
Exemplo: Para copiar uma pasta incluindo todas as subpastas
XCOPY C:\ABC\* D:\myfolder /s /i
/S Copy folders and subfolders
/I If in doubt always assume the destination is a folder e.g. when the destination does not exist.