Quickly create multiple folders
For this, the command line comes to our aid. Open the location where you plan to create folders and in the Explorer address bar type cmd and press ENTER.
This command will launch the console with the desired path.
Next, run the command md NewFolder1 NewFolder2 NewFolder3, where after md with a space, list all the names of the new folders.