G Guest Apr 21, 2006 #1 Is there a way to copy a subdirectory structure from one directory to another without copying the files in those subdirectories?
Is there a way to copy a subdirectory structure from one directory to another without copying the files in those subdirectories?
G Guest Apr 21, 2006 #2 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
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