Batch Create/Copy Folder Structure

In my studio we have a predefined folder structure for every project and we recently discovered a need to add a phase/folder to the system. For future jobs I’m fine… they just copy a template. For projects already started I need to add a folder and it’s sub-phases to the folder system. There are hundreds to thousands of these projects and I don’t feel like dragging a copy over to every single folder. There has to be a way to script this right?

Our files are on a server which I want to run all at once.
The folder structure being ADDED to existing folders is this:
Subfolder 5
sub1
sub2
sub3
sub4
sub5

If the “Subfolder 5” exists it should NOT replace and move to the next folder.

Thanks.

Can you show us what you’ve tried? This should be a simple Finder script, you might try writing it and we’ll give you a hand if you can’t get it to work.

You might consider using mkdir as well. See this Code Exchange Post by Nigel Garvey.