Copy Structure of Folder
xcopy C:\Your Folder C:\New Folder /t /e
/t = Copies the subdirectory structure, but not the files
/e = Copies subdirectories, including any empty ones
xcopy C:\Your Folder C:\New Folder /t /e
/t = Copies the subdirectory structure, but not the files
/e = Copies subdirectories, including any empty ones