Introduction: How to Create Multiple Folders at the Same Time
Having a spacious hard drive or storage device is cool. However, it's just as important to tidy up your files and folders for easier access and bookkeeping.
Depending on the nature and number of files you use, it could be useful to create a separate folder for every month or even every day. While creating a folder is quick and easy, creating a bunch of new folders every day for the next 12 months can be boring and time-consuming.
But don't worry. There's a quick and easy way around this, and it involves using the boring-looking but useful command prompt (cmd.exe).
Step 1: In WINDOWS 7, VISTA, XP
Open Folder With Command Prompt: Folders are usually created in Windows Explorer with a right clicking and selecting ''create new folder." However, the command - "? New Folder," also achieves the same results.
The creation of multiple folders, however, can be shortened by using the command prompt. For Windows Vista and Windows 7, you can directly open a folder from Windows Explorer by using the command prompt. Simply hold down the Shift key and click with the right mouse button in the Explorer on the folder where you want to create additional subfolders. After that, the option "Open Command Prompt Here" should appear. Simply click it and move to the next step.
Note for Windows XP Users
In Windows XP, the steps are somewhat more difficult: Open the dialog window "Run" by pressing the Windows key and the R key. Next, type in the command "cd" (which stands for "change directory") and specify the path to the folder where you want to create more subfolders. Here's an example:
cd C: \ Users \ Puju \ Documents \ invoices
Execute the command by pressing the Enter key.
Step 2: Setting Up Folders in Command Prompt
Set Up a New Folder: To set up new folders using command prompt, use the command "md" (stands for "make directory"). With this command you can create one or several folders. To create a separate folder for each month, you can follow the following format:
md 01_January 02_February 03_March 04_April 05_May 06_June 07_July 08_August 09_September 10_October 11_November 12_December
When you press the Enter key, you won't see anything just yet. However, after you add the "dir" command and press Enter, the command prompt window will display the created folders.
By the way, the prefix numbering ensures that the month names are sorted in the correct order. Now, this isn't just for creating monthly folders. You can use this trick to create multiple folders and use the names you like.
Step 3: Finally the Folders Are Created
End Result is 12 folders created with the names of the months prefixed with the corresponding numbers.
16 Comments
Question 2 years ago
Solution of this pls
Question 5 years ago on Step 3
I'm wondering if there is a way to make a set of folders, say Jan - Dec without having to type each folder name. The example here works for me, just wondering if there is a "through" command?
5 years ago
Great ! really useful
7 years ago
Hi this is a great article but I am very new to all of this. Wondered if I could have some advise? This works for me but unfortunately it creates the folders as 1 word folders rather than customer name which may be 3 words so for british sky broadcasting i have three folders? I have quotes around the text but it doesnt show in the command prompt screen so I am not sure how to separate? Any advise would be appreciated? Thanks
Reply 6 years ago
encase each folder name in quotes.
for example if i wanted folder a, folder b, folder c. then my command would be
md "folder a" "folder b" "folder c"
Reply 6 years ago
hi
what if i need to create multiple folders with unicode characters?
Reply 6 years ago
it should work, but it will not work with reserved characters
if not then its outside my expertise
6 years ago
Dear Friends,
I want to share the link of the video file which demonstrates how you can
create multiple folders using single click only.
I have tested it myself & got 100% result. Give it a try.
Description of Video File on Youtube:
Create Multiple Folders in a Single Click
Link of Youtube:
https://youtu.be/lfUlPVwI1CQ
Regards
SSJB
6 years ago
Watch "Easy & Fast create multiple folders in one go"
www youtube com/watch?v=hK8QUuig9a4
7 years ago
Hi this is a great article but I am very new to all of this. Wondered if I could have some advise? This works for me but unfortunately it creates the folders as 1 word folders rather than customer name which may be 3 words so for british sky broadcasting i have three folders? I have quotes around the text but it doesnt show in the command prompt screen so I am not sure how to separate? Any advise would be appreciated? Thanks
Reply 6 years ago
JoannaD8
what you can do is put a full stop sign in between the words. As for example if you want to name the folder "British sky broadcasting" then write it as British.sky.broadcasting
Thanks.
7 years ago
Using the underscore will not work in windows 10. Folder names must be separated by semicolons...
7 years ago
I needed to batch create with some characters on the front and found this at Google Code https://code.google.com/archive/p/batch-folder-creator/downloads
7 years ago
thank you
8 years ago on Introduction
Awesome Tutorial! I was working in a Network Location as opposed to a Hard Disk Drive so I thought I couldn't easily work in cmd. But it works great! THanks a lot.
Reply 8 years ago on Introduction
thank you