Copy subdirectory structure WITHOUT copying subdirectory contents

G

Guest

Is there a way to copy a subdirectory structure from one directory to another
without copying the files in those subdirectories?
 
G

Guest

Using DOS, via the DOS window, you check out the "xcopy" command with

xcopy /?/P

And the command you need would be:

xcopy /T/E

with /T meaning copy the directory structure, and /E meaning including
subdirectories and empty one.

Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top