In this case, Tipsmake will create many folders on the main screen of the computer (Desktop), with other locations you do the same.
Cd 'location to create directory'
Step 3: Finally, you just need to use below command to create folders at once on selected location.
"Folder name 1", "Folder name 2", "Folder name 3", "Folder name 4", "Folder name 5" | %{New-Item -Name "$_" -ItemType "Directory"}
When you have completed the command, you just need to press Enter, the system will automatically initialize the folders in the correct location you have selected before.
Notepad allows you to create .bat files and you can use this feature to create new bibliographies quickly.
Step 1: Open MenuStart and enter NotePad to open Notepad.
Step 2: Then enter the following command in NotePad to complete the code.
Md 'Folder name 1' 'Folder name 2' 'Folder name 3' 'Folder name 4' 'Folder name 5'
Step 3: Next, select File => Save As… (Ctrl + Shift + S) to proceed to save the file in .bat format.
Step 4: For the File name part, you can give it an arbitrary name but it is required to have the extension '.bat'. In addition, the Save as type section you must switch to All Files (*.*) mode.
Step 5: Finally, you just need to move the newly created .bat file to the location where you need to create multiple folders at once and activate. Folders with predefined names in Notepad will appear. For this method, you can use it many times, just move the .bat file to different locations to create.
In this article, Tipsmake showed you how to create multiple folders at once on your Windows 10 computer. Good luck!