Pages

iDrive

IDrive Remote Backup

Friday, 27 January 2012

XCOPY: Use It To Copy Folders Structure ONLY

Sometimes you want to copy the folders structure only but not the content and xcopy is a great free tool to accomplish this.
at the command prompt type the following:
xcopy source destination /T /E
this command will copy the folders structure that is why you need the /T and /E even if the folder is empty

No comments:

Post a Comment