Xcopy to create a huge folder structure

In case if you wanted to create a folder structure on your file server here is a time saving tip! 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