Copy Directory Structure ONLY – Windows 7

It is possible that you just want to copy the directory structure from one folder to another but not the files. Simple and sweet way to achieve this is use xcopy command which is built in Windows 7.

xcopy /T /E “Source” “Destination”

If you want to receive quick tips like these follow us on Twitter at http://twitter.com/targetint

Share on:

You may also like