It is easy for all of you to create a single folder. But when you need to sort out files on your Windows, can you create multiple folders at once instead of having them one by one? You can try with the following instructions.
MiniTool Power Data Recovery FreeClick to Download100%Clean & Safe
2 Methods to Create Multiple Folders at Once
Method 1: Create Multiple Folders with Command Prompt
The Command Prompt, abbreviated as CMD, is a command line utility. It can execute numerous command lines thus you can use it to fix some computer errors, manage computer partitions, create folders, and more. Do you know how to create multiple folders at once using CMD? Follow the next steps to have a try.
Step 1: Press Win + R to open the Run window.
Step 2: Type cmd into the text box and press Shift + Ctrl + Enter simultaneously to run Command Prompt as administrative.
Step 3: Type cd Location and hit Enter. You need to change Location to the place where you want to create new folders. For example, if I need to create folders on the Desktop, the input command should be cd C:\Users\bj\Desktop.

Step 4: Type md “Foldername”, “Foldername”, “Foldername” and hit Enter. You should change Foldername to the name of the created folder. For instance, I’d like to create four folders named Photos, Videos, Audio, and Documents, then the command line should be md “Photos”, “Videos”, “Audio”, “Documents”.

After that, you can go to the chosen location to find your folders. This method allows you to create multiple folders with different names at once, but please note the punctuation and space in this command.
If you can’t type in Command Prompt, you can use Windows PowerShell by pressing Win + X and choosing Windows PowerShell (Admin) from the menu. When the PowerShell opens, follow the same steps above to create folders.
Method 2: Create Multiple Folders with Batch File
Another method is to create a batch file with Notepad. You can keep reading to find out how to do it.
Step 1: Press Win + S and type Notepad into the search box.
Step 2: Hit Enter to open the Notepad window.
Step 3: You need to type the following content into the text file.
@echo off
md “Foldername1”\“Subfoldername”\“Subfoldername” “Foldername2”\“Subfoldername”

Step 4: Choose File > Save As. You should go to the location where you want to create those folders.
Step 5: Rename the file, change the file extension to .bat, and select All Files from the drop-down menu of Save as types.

Step 6: Click on the Save button.
After this, you can go to the location where you save the batch file and double-click on it. The folders will be created successfully!
How to Rename Multiple Folders at Once
When you need to rename multiple folders at once with the same name but a different number, you can use this easy method.
Step 1: Press Win + E to open the File Explorer.
Step 2: Find and select all the files you want to rename, then press the F2 button.
Step 3: You can type the name and hit Enter.

All your selected files will be renamed with the same name but different numbers are added behind the name. If you give the wrong name, press Ctrl + Z to revoke the operation.
You can find more methods to rename multiple folders at once from this post.
Bottom Line
You are supposed to know how to create multiple folders at once after reading this post. This skill is helpful when you need to manage your data on Windows, thus you can save more time and energy to complete other tasks.