At my office we have a folder that contains a subfolder for each client we have. Every year we need to make a new folder within each client folder that contains the files for new business of that year, so the folder path looks something like this:
C:/Clients/Client Name/New Business 2014
(with the C:/ actually being a share on a server, not simply a hard drive)
We have over 300 client folders, and right now the easiest way I have found to create the "New Business" folder is to open every client folder and just paste it in. But since I have to paste the same folder in every client folder, it takes quite a bit of time. I was wondering if I could create a script that simply puts the same folder (ex. "New Business 2014") in every client folder without me having to manually do it every year. Any suggestions?