I am planning to create some kind of archive. Suppose I have these set of folders a = {A, B, C, D} And I have another collection of folders like b = {1, 2, 3, 4}
Now, how I can create folders using a .bat file such that every folder in "a" has the "b" folders. Meaning that every folder in "a" should have "1, 2, 3, 4" as sub folders.
I tried to do something using xcopy but it did not work.