Although most of the users create directories using Windows GUI, however, if you want to make multiple folders at once, then use the command prompt. Here are the steps to follow.
Pro users always prefer the command lines to automate their works, because CMD looks creepy to new users but it is a very powerful tool in the right hands. That’s is the reason almost all Server operating systems users prefer to use a command-line instead of a GUI.
Create Multiple Folder at one using Windows Command Prompt
- Go to Windows 7/10/11 Search Box.
- Type CMD, when its icon appears click to run the Command prompt.
- You will have the command line. Now Switch to a location on your Computer system where you want to create multiple folders.
- To Switch Drive, simply type the letter of that Drive you want to Switch along with Semi-colons (:). For example, to Switch from C Drive to D, the command syntax will be
D:
- Whereas to change the directory use
cd
command. For example–cd foldername
- Finally to create multiple folders using the command line prompt either use
md
ormkdir
command along with all the folder’s names. Example-mdkir foldername1 foldername2 foldername3
and so on…
To get an idea for all commands see the given screenshots.
Related Posts
Install Apache, PHP & MYSQL on Windows 11 | 10 using CMD
Windows XP ISO installation on Windows 11 using VirtualBox
How to create a link for any document to share it?
How to install PHP on Windows 10 | 11 using Command prompt
How to know if PHP is installed on Windows?
How to install only PSQL client in Windows 11 or 10?