Does anyone know how to bulk create folders with different names.
Is it possible to have a comma delimited text file and then run a utility to create these folders? Has anyone ever tried to do this?
You can use Excel to create a batch file to make the directories. Here's what you do:
Column A: MD<space> (space = " "
Column B: your new folder name
Column C: =concatenate(A1,B1)
Copy column C to a new worksheet and save it as a text file with an extention of .BAT, but do not give it a name of an existing Windows program (i.e. MD.BAT)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.