✔ How to Create Multiple Folders Using Notepad in Windows
Creating multiple folders one by one can be time-consuming. In this guide, you’ll learn a smart and professional way to create multiple folders at once using Notepad on a Windows computer.
★ Best For:
- Office work
- Students
- Video editors
- Bulk project folder creation
➤ What You Need
- ✔ Windows Computer
- ✔ Notepad (Pre-installed)
- ✔ Basic computer knowledge
➤ Step 1: Open Notepad
Press Windows + R, type notepad, and press Enter.
➤ Step 2: Write Folder Creation Code
In Notepad, type folder names like this:
md Folder1
md Folder2
md Folder3
md Folder4
md Folder2
md Folder3
md Folder4
Note: You can replace folder names with your own.
➤ Step 3: Save as .BAT File
- Click File → Save As
- Select location where you want folders
- File name: CreateFolders.bat
- Save as type: All Files
- Encoding: ANSI
⚠ Important: File extension must be .bat, not .txt
➤ Step 4: Run the File
Double-click on the CreateFolders.bat file.
✔ All folders will be created instantly!
➤ Create Folders Inside a Specific Location
Example: Create folders inside D:\Projects
D:
cd Projects
md Video
md Images
md Documents
cd Projects
md Video
md Images
md Documents
➤ Advantages of This Method
- ✔ Saves time
- ✔ No software required
- ✔ Professional workflow
- ✔ Useful for bulk projects
★ Pro Tip:
You can create 100+ folders by adding more lines in the BAT file.
You can create 100+ folders by adding more lines in the BAT file.
➤ Final Words
Using Notepad to create multiple folders is a powerful and easy trick. Once you use this method, you’ll never create folders one by one again.
If you found this guide helpful, don’t forget to share it.
