Add Blank Folder to Many Locations

Soldato
Joined
10 May 2004
Posts
3,790
Location
East Yorkshire, UK
Hi

I need to add a blank folder named data to about 2000 locations, I could do this manually but will take far too long. Is there another way I could do this, all the folder locations are contained within the same master folder? I'm thinking a batch file or robocopy, but have no idea about how to go about this.

Cheers
 
For example, I have a folder called example, in this I have folders 1, 2, 3

so..

C:/example/1
C:/example/2
C:/example/3
...and so on

In each folder, I would like a blank folder called data, so I would end up with
C:/example/1/data
C:/example/2/data
C:/example/3/data
...and so on
 
Back
Top Bottom