SyntaxFix
Write A Post
Hire A Developer
Questions
if you have xcopy, you can use the /E param, which will copy directories and subdirectories and the files within them, including maintaining the directory structure for empty directories
xcopy
/E
xcopy [source] [destination] /E