How to crate multipale folder using Notepad in computer? - Posted by : DoliaTech

Ramji Rajput
0

PART 1: What Is a Folder in a Computer? (Complete Beginner Guide)

A folder is one of the most basic and important elements of a computer system. It is used to store, organize, and manage files such as documents, images, videos, software, and other data. Without folders, managing data on a computer would become confusing and inefficient.

In simple words, a folder works like a physical file folder that we use in offices to keep papers arranged. On a computer, folders help keep digital data organized in a structured way.


What Can a Folder Contain?

A folder can store different types of data, including:

  • Files (documents, photos, videos, music)
  • Subfolders (folders inside another folder)
  • Program-related files

Folders can be created, renamed, moved, copied, or deleted according to user requirements.


Why Are Folders Important?

  • Help keep files organized
  • Make data easy to find
  • Improve productivity and workflow
  • Reduce confusion and data loss
  • Essential for personal and professional use

Examples of Folder Usage

Folders are used everywhere in daily computer work:

  • Student folders for subjects or semesters
  • Office folders for clients or projects
  • Personal folders for photos and videos
  • System folders required by Windows

Difference Between File and Folder

File Folder
Stores actual data Stores files and folders
Has an extension (.docx, .jpg) Usually has no extension

✅ Important Note:

Deleting a folder will also delete all files and subfolders inside it.

Now that you understand what a folder is and why it is important, the next part will explain how to create a folder on a computer using different simple methods.

PART 2: How to Create a Folder on a Computer (All Easy Methods)

Creating a folder on a computer is a very basic but essential skill. Whether you want to store documents, photos, videos, or office files, folders help keep everything organized and easy to access.

Windows provides multiple simple ways to create folders. You can choose any method depending on your comfort and situation.


Method 1: Create a Folder Using Right-Click (Most Common)

This is the easiest and most widely used method to create a new folder.

  1. Go to the location where you want to create the folder (Desktop or any drive)
  2. Right-click on an empty area
  3. Select NewFolder
  4. A new folder will appear
  5. Type the folder name and press Enter

Method 2: Create a Folder Using Keyboard Shortcut

Keyboard shortcuts save time and are very useful for regular computer users.

  1. Open the location where you want the folder
  2. Press Ctrl + Shift + N
  3. A new folder will be created instantly
  4. Rename the folder as required

Method 3: Create a Folder from File Explorer Menu

You can also create folders using the File Explorer toolbar.

  1. Open File Explorer
  2. Navigate to the desired location
  3. Click on New Folder in the top menu
  4. Enter the folder name

Method 4: Create a Folder Using Command Prompt

Advanced users may prefer using commands to create folders.

  • Open Command Prompt
  • Use the command: mkdir FolderName
  • Press Enter to create the folder

Where Can You Create Folders?

  • Desktop
  • Local Disk (C:, D:, E:)
  • USB or External Drive
  • Documents, Pictures, or Downloads folder

✅ Tip:

Always use clear and meaningful names for folders to make files easy to find later.

Now that you know how to create a single folder, the next part will explain how to create multiple folders at once using Notepad.

PART 3: How to Create Multiple Folders Using Notepad (Batch File Method)

Creating multiple folders one by one can waste a lot of time. Windows provides a smart way to create many folders at once using Notepad. This is done by creating a simple batch file that runs folder creation commands automatically.

This method is safe, fast, and does not require any third-party software.


What Is a Batch File?

A batch file is a text file that contains Windows commands. When saved with a .bat extension, Windows executes those commands automatically.

Using batch files, tasks like creating folders, deleting files, or opening programs can be automated easily.


Step 1: Open Notepad

  • Press Windows + R
  • Type notepad
  • Press Enter

Step 2: Write Folder Creation Commands

Use the mkdir command to create folders. Write each folder name on a new line.

mkdir Folder1
mkdir Folder2
mkdir Folder3
mkdir Folder4

You can replace folder names with anything you want.


Step 3: Save the File as a Batch File

  1. Click on FileSave As
  2. Choose the location where you want folders
  3. Set Save as type to All Files
  4. Name the file createfolders.bat
  5. Click Save

Step 4: Run the Batch File

Double-click the .bat file. All folders will be created instantly in the same location.

✅ Success:

Multiple folders have been created automatically using Notepad.


Example: Create Numbered Folders

mkdir Day1
mkdir Day2
mkdir Day3
mkdir Day4
mkdir Day5

Important Safety Tips

  • Double-check folder names before running the file
  • Run batch files only from trusted sources
  • Do not delete system folders

This method is ideal for students, office work, and project management.

PART 4: Advanced Notepad Tricks to Create Numbered & Custom Multiple Folders

In the previous part, you learned how to create multiple folders using simple commands. In this section, you will learn advanced and practical tricks to create numbered folders, date-based folders, and custom-named folders automatically using Notepad.

These techniques are commonly used in offices, schools, data entry work, and project management.


Create Numbered Folders Automatically

You can create folders with numbers such as Folder1, Folder2, Folder3, and so on.

mkdir Folder1
mkdir Folder2
mkdir Folder3
mkdir Folder4
mkdir Folder5

This method is useful when organizing daily work or student records.


Create Subject or Name-Based Folders

You can also create folders with custom names such as subjects, client names, or projects.

mkdir English
mkdir Mathematics
mkdir Science
mkdir Computer

Create Year or Month-Based Folders

This method is widely used for organizing office data and backups.

mkdir 2024
mkdir 2025
mkdir 2026

You can also create monthly folders:

mkdir January
mkdir February
mkdir March
mkdir April

Create Folders Inside Another Folder

You can create subfolders inside a main folder using a single batch file.

mkdir Project
cd Project
mkdir Images
mkdir Documents
mkdir Videos

Important Rules While Creating Multiple Folders

  • Do not use special characters like \ / : * ? " < > |
  • Use clear and meaningful names
  • Check the folder location before running the batch file
⚠️ Warning:

Running batch files in system folders may cause issues. Always use a safe location like Desktop or D drive.

These advanced Notepad tricks make folder management faster and more professional.

In the next part, you will learn how to change folder icons to make folders look unique and easy to identify.

PART 5: How to Change Folder Icon in Windows (Step-by-Step Guide)

By default, all folders in Windows look the same. Changing folder icons helps you quickly identify folders and makes your computer look more organized and attractive.

Windows allows you to change folder icons without installing any additional software.


Why Change Folder Icons?

  • Makes folders easy to recognize
  • Improves file organization
  • Saves time while searching files
  • Adds a personal touch to your computer

Step 1: Right-Click on the Folder

Select the folder whose icon you want to change. Right-click on it and choose Properties.


Step 2: Open the Customize Tab

  • In the Properties window, click on the Customize tab
  • Find the Folder icons section

Step 3: Click on Change Icon

Click the Change Icon button. A list of built-in Windows icons will appear.

Select an icon and click OK.


Step 4: Apply the Changes

  • Click Apply
  • Click OK

The folder icon will change immediately.


How to Use Custom Icon Files (.ico)

You can also use custom icon files downloaded from trusted websites.

  • Make sure the icon file is in .ico format
  • Click Change IconBrowse
  • Select the icon file and apply

Reset Folder Icon to Default

If you want to remove the custom icon:

  • Open Folder Properties
  • Go to Customize tab
  • Click Restore Default
✅ Tip:

Use different icons for documents, photos, videos, and projects for better organization.

Changing folder icons is a simple but powerful way to customize your Windows experience.

In the next part, you will learn folder management tips and common mistakes to avoid.

PART 6: Folder Management Tips, Safety Rules, and Common Mistakes

Creating folders is only the first step. Proper folder management is essential to keep your computer organized, secure, and fast. Poor folder organization can lead to confusion, data loss, and wasted time.

In this section, you will learn best practices, safety rules, and common mistakes related to folders.


Best Folder Management Tips

  • Create separate folders for documents, media, and software
  • Use clear and meaningful folder names
  • Avoid keeping too many files on the Desktop
  • Use subfolders to organize large projects
  • Regularly delete unnecessary folders

How to Rename a Folder Properly

Renaming folders helps maintain clarity and structure.

  • Right-click the folder
  • Select Rename
  • Type a new name and press Enter

Avoid very long names and special characters.


Folder Safety Rules You Should Follow

  • Never delete system folders from C drive
  • Do not rename Windows system folders
  • Always take backup of important folders
  • Scan external drives before opening folders

Common Folder Mistakes to Avoid

  • Storing all files in one single folder
  • Using random or unclear folder names
  • Deleting folders without checking contents
  • Running batch files in system directories

Folder Organization for Beginners

A simple folder structure example:

Documents
 ├── Personal
 ├── Office
 ├── Projects
Pictures
 ├── Family
 ├── Work
Videos

✅ Final Tip:

Well-organized folders save time, reduce stress, and protect important data.


Conclusion

Folders are the foundation of file management in a computer. From creating a single folder to generating multiple folders using Notepad and customizing folder icons, mastering these skills improves productivity and computer efficiency.

By following the steps and tips explained in this guide, even beginners can manage folders like professionals.

✔ This completes the full folder guide. Bookmark and share it for future reference.

Post a Comment

0 Comments

Post a Comment (0)
3/related/default

*Your Daily Dose of Tech*

Get daily tech updates on computers, smartphones, apps, and AI tools, explained in a simple, clear, and easy-to-understand way for everyone.
To Top