A simple way is to do this is to use xcopy to make a copy of the entire directory structure using /s switch. help for /s says Copies directories and subdirectories except empty ones.
xcopy dirA dirB /S
where dirA is source with Empty folders. DirB will be the copy without empty folders
xcopy dirA dirB /S
where dirA is source with Empty folders. DirB will be the copy without empty folders
No comments:
Post a Comment