Table of Contents
This tip is about the how to Create Folders in Windows 11. So read this free guide, How to Create Folders in Windows 11. If you have query related to same article you may contact us.
How to Create Folders in Windows 11 – Guide
Having a spacious hard drive or storage device is nice. Be that as it may, it is equally vital to clean up your files and folders for simpler access and accounting. Depending on the nature and number of files you use, it might be useful to make a different envelope consistently or even consistently. While making an organizer is quick and simple, creating lots of new folders consistently for the year ahead can be tiring and time-consuming. However, just sit back and relax. There is a quick and simple strategy to get around this, and it includes using the boring but valuable order digest (cmd.exe).
How to create multiple folders at once using CMD
Command Prompt is still one of the most powerful automation tools in Windows, regardless of whether you use Windows 10 or Windows 7. To create multiple folders at once, first open Command Prompt. A quick way to do this is by using the search field on the taskbar and typing cmd in it. Use the cd command to get to the folder in which you want to create your new folders. For example, let’s make our folders inside the C:Students folder, so we have to type cd C:Students. A quicker way to do the previous steps is to open File Explorer, navigate to the folder in which you want to create the various folders, type cmd in the File Explorer address bar, and press Enter on your keyboard.
Then comes the most crucial step, which is actually creating multiple folders at once. To do this, at the command prompt, run the following command: md folder1 folder2 folder3. Change the names of folder1, folder2, folder3 to the names of the folders you want to create on your computer. Also, you can add as many folders as you like to the command. In our example, we want to create some folders with the names of the writers on our site: Ciprian, Codrut, and Diana. To make all these folders at once, we have to run: md Ciprian Diana Codrut. The command prompt instantly creates all folders at once, as illustrated in the screenshot below.
How to create multiple folders at once using PowerShell
PowerShell offers a similar method for creating multiple folders at the same time in Windows. Start PowerShell (search for powershell using the search field on the taskbar) and use the cd command to get to the folder where you want to create the new folders. Let’s use the same example as the previous method, so the command we must execute is cd C:Students, to navigate to the folder in which we want to create several subfolders.
Then run the following command: “folder1″,”folder2″,”folder3” %{New-Item -Name “$_” -ItemType “Directory”}. Instead of folder1, folder2, folder3, enter the names of the folders you want to create. Leave the rest of the command as is and note that you can specify as many new folders as you like, not just three. As an example, let’s create three folders at once, with the name of our team at Digital Citizen: Ciprian, Diana and Codrut. To do this, we have to run this command: “Ciprian”,”Diana”,”Codrut” %{New-Item -Name “$_” -ItemType “Directory”}. In an instant, Windows creates these multiple folders all at once.
How to create multiple folders at once using an app like “Text 2 Folders”
The third method for creating multiple folders in Windows is based on using a third-party application called Text Folders 2. It is not the only application that can do this, but it is one of the easiest to use. You can download it from its official website: Text 2 Folders. Once you have it on your computer, extract the contents of the ZIP file and run the Text2Folders.exe file inside it. In the Text 2 Folders app, click or tap the “Root Folder” field and enter the folder location where you want to create multiple folders at once. Alternatively, you can also press Browse and simply navigate to that folder.
Select Manual in the “Folder creation” section of the application. Then, on the right side of the window, enter the names of the new folders you want to create at the same time. You must put each new folder on a new line by pressing Enter on your keyboard after each one. Here’s what we enter to create the three folders (Ciprian, Diana and Codrut) we want. After typing all the new folders, press the “Create Folders” button button in the bottom right corner of the app. Then Text 2 Folders creates the folders in one go.
Final note
I hope you like the guide How to Create Folders in Windows 11. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.