Hi guys, This most likely has been answered but a quick search did not find exactly what I need.
I have a folder structure that I need to paste into several different folders.
I need the structure on the left "A" inside all the folders on the right "B".
Thanks in advance
Copy folder structure
Moderator: DosItHelp
Re: Copy folder structure
Using xcopy might help you:
penpen
Code: Select all
xcopy "A\*" "B" /T /E