Let’s face it, we’ve all wanted to make numerous folders at some point.Both Windows 10 and 11 make it simple to create folders.To create a new folder, right-click anywhere and choose New Folder.
Creating several folders and subfolders by hand, on the other hand, can take a long time. The Windows operating system has a few programmes that make creating folders easier. To create several directories, for example, you can use both Command Prompt and PowerShell.
Not only that, but before establishing several folders, you may even select the directory. To create several folders in one click, you’ll need to write a script and run it from the Command Prompt/ Powershell.
Methods to Create Multiple Folders at Once in Windows 10/11
As a result, in this article, we will show you how to create several folders at the same time on Windows 10/11. Let’s get this party started.
1. Create Multiple Folders Via CMD
We’ll utilise the CMD to create several directories with only one click in this way. Take a look at the basic methods outlined below.
Step 1. To begin, go to the Windows Start button and type CMD into the search box.
Select Command Prompt from the drop-down menu.
Step 2: Select the location where you wish to create numerous folders from the Command Prompt. To change directories, you must use the cd command. Consider the following scenario: cd cd cd cd cd cd A new folder has been created.
Step 3: Let’s say you want to make three folders, one for yesterday, one for today, and one for tomorrow. You must run the following command: md Last night, today, and tomorrow There should be a space between each folder name.
Step 4: After running the instructions, exit the command prompt and go to the location where the folder was created. Your folders will be found there. That concludes our discussion. You’ve completed your task. This is how you may use Command Prompt to create many directories at once.
2. Create Multiple Folders via Powershell
Powershell, like the Command Prompt, may be used to create several folders at the same time. This is what you must do.
Step 1: To begin, go to the Start menu on Windows 10/11 and type in ‘Powershell. Then, from the list, select Powershell.
Step 2. Let’s pretend you wish to make three folders: Yesterday, Today, and Tomorrow. To begin, run the following command: New-Item -ItemType Directory -Path ‘D:tempTest Folder’ Important: In the D:temp folder, we’ve established a folder. You must change the directory. Also, replace the name of the folder you desire with the name of the test folder.
Step 3: When you’re finished, press enter to open the directory where you created the folders. In that directory, you’ll locate all of your folders.
That concludes our discussion. You’ve completed your task. This is how you can use Powershell in Windows 10 to create many folders at once.
So, in this post, we’ll show you how to create many folders at once on Windows 10/11. I hope you found this material useful! Please pass it on to your friends as well. If you have any questions, please leave them in the comments section below.