3
1
As the title says...
An example: I have these files & dirs:
c:\file.txt
c:\a\somefile.txt
c:\b\anotherfile.txt
And with some magic I want this structure on the destination:
d:\a\somefile.txt
d:\b\anotherfile.txt
Can this be done with xcopy?