It is arduous and time-consuming to create folders and their subfolders manually. If you need to create several folders quickly, MiniTool Solutions provides you with several methods to create multiple folders at once.

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.

Tips:
MiniTool Power Data Recovery is a wonderful file recovery software developed by MiniTool Solutions. This software can be used to recover deleted files, missing photos, lost videos, and other data. Furthermore, equipped with powerful functions, it is capable of reducing scanning time and increasing recovery efficiency. You can try the free edition to scan and recover up to 1GB of files for free.

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.

run the cd command

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”.

run the md command line

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.

How to Create Zip Files Using Command Prompt?
How to Create Zip Files Using Command Prompt?

There are many methods to compress files. This post shows you how to create zip files using Command Prompt.

Read More

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”

Note:
You should be careful about the punctuation and space in this command line. If you want to create subfolders, there should be a slash between the two folder names. A space is required between the two different folders. All the names of folders should be enclosed in double quotes.
type content into the text file

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.

save as bat file

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.

rename multiple folders at once

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.

  • linkedin
  • reddit