Dear user it is easiest method to create multiple folder with different name by using DOS cammand which is not possible by using GUI of window. So follow these steps to create a new folder
Step 1: press Window Key + r button and type cmd in run window
Step 2: Command prompt window will be opened and enter into any drive for example E:
Step 3: type command "md name_of_folder" then press enter for example
E: md 1 2 3 4 5
now in drive E, five folder will be created with single command
Step 1: press Window Key + r button and type cmd in run window
Step 2: Command prompt window will be opened and enter into any drive for example E:
Step 3: type command "md name_of_folder" then press enter for example
E: md 1 2 3 4 5
now in drive E, five folder will be created with single command
multiple folder using cmd |
multiple folder |