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

Leave a Reply

Your email address will not be published. Required fields are marked *