TWiesendanger
12/4/2018 - 7:57 AM

Xcopy Fodler Structure

xcopy /t /e "C:\Your Folder" "C:\New Folder"
/t = Copies the subdirectory structure, but not the files

/e = Copies subdirectories, including any empty ones