How to Create Multiple Folders at Once in Windows 10

You can create multiple folders at once in Windows 10. This post will show you how it can be done with ease.

To quickly create a set of folders in Windows 10, you can use the standard Ctrl + Shift + N combination, and this is what most users do. The disadvantage of this method is that you still have to name each folder, so you won’t save your time and efforts. Isn’t there a faster way to create folders? Of course it exists, and even more that just one.

The first method is as simple and effective as the old, and it is that old that many have not heard about it.

It involves the classic command line, which can be called directly in the current location of Explorer by entering the short command cmd in the File Explorer address bar and pressing enter.

Create Multiple Folders at Once in Windows 10

  1. Open File Explorer.
  2. Go to the destination folder location, e.g. This PC\Documents.
  3. Type cmd into the address bar and hit Enter.
  4. In the command prompt that opens, type md and then enter the folder names separated by a space. For example, md folder1 folder2 folder3 folder4.Create Mutiple Folders In Windows 10
  5. When you’re done with typing the names, hit Enter. The folders will be instantly created.Create Mutiple Folders In Windows 10 Explorer

Hint: If the directory name consists of two or more words separated by a space, then such name must be enclosed in double quotes.

Creating multiple folders in one go is also supported by the PowerShell console, but the command for this  is longer and complicated.

You will quickly realize that typing such a lengthy construction every time can hardly be called convenient, unless you create a PS1 file (script) if you often creates a bunch of folders.

Create multiple folders in one go using PowerShell

  1. Open PowerShell using one of these methods.
  2. Type the following command: "Folder name 1", "Folder name 2", "Folder name 3"|% {New-Item -Name "$_" -ItemType "Directory"}.
  3. Replace “Folder name XX” with the folder names you want to create.Create Mutiple Folders In Powershell 1
  4. One more command you may like is 1..3 | ForEach {md "folder$_"}. It will create folder1, folder2 and folder3 in one go. Just change the number of folders in 1..3 and the folder name to match your needs.Create Mutiple Folders In Powershell 2

Quickly create folders with Text 2 Folders

Those who are fine with third-party software can use a small portable utility called Text 2 Folders, which is a nice choice for our purpose.Text 2 Folders

Run the program, specify the target directory or volume, enable the “Manual” option, and enter the names of the directories to be created in the text area.

Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!

Author: The MFTNEXT Team

The MSFTNEXT project is a small team of authors who love to engage with the latest technology and gadgets. Being passionate Windows bloggers, we are happy to help others fix their system issues.

Leave a Reply

Your email address will not be published.

css.php