Create many folders with different names in just one click
Creating folders is very easy thing to do. You create different folders like Games, Movies, Songs, etc., in your PC. Many time there is a need in which you have to create multiple folders with different names. Say around 20 to 25 folders. It will be so boring job to perform this steps "Right Click -> New -> Folder" continuously. How about creating all this folders in just one click. Yes, now it is possible to do so. You can create multiple folders using a batch file.
Its very easy to create one. Just follow the following steps:
1. Open notepad.
2. Write MD(Space)(Names of the folders, with spaces, you want to create).
3. Save the file with extension ".bat", like "test.bat".
4. Double click on the batch file (test.bat) created.
Thats it, it will create the folders in the on the same path where the batch file is located.
Cheers!!!
Its very easy to create one. Just follow the following steps:
1. Open notepad.
2. Write MD(Space)(Names of the folders, with spaces, you want to create).
3. Save the file with extension ".bat", like "test.bat".
4. Double click on the batch file (test.bat) created.
Thats it, it will create the folders in the on the same path where the batch file is located.
Cheers!!!
No comments: