इस अध्याय के विषय
विषय 1
Notepad क्या है?
What is Notepad? — 2 उप-विषय
1.1 · Notepad का परिचय
Notepad क्या है?
Notepad Windows का एक built-in Text Editor program है। यह बिल्कुल simple है — सिर्फ text type करने के लिए।
Notepad की खासियत
- Windows में पहले से installed होता है — download नहीं करना
- बहुत fast खुलता है — कम memory use करता है
- Plain text (.txt) files बनाता है
- किसी भी computer पर चलता है
- Simple और easy to use
Notepad की सीमाएं
- Images नहीं डाल सकते
- Tables नहीं बना सकते
- Text को bold, italic, color नहीं कर सकते
- Complex formatting नहीं होती
- इसके लिए MS Word use करते हैं
1.2 · Notepad कैसे खोलें?
Notepad खोलने के 5 तरीके
| # | तरीका | Steps |
|---|---|---|
| 1 | Start Menu से | Start → Search box में "Notepad" type करें → Enter |
| 2 | Run Box से (सबसे तेज़) | Win+R → notepad → Enter |
| 3 | Search से | Win+S → "notepad" type करें → Click |
| 4 | Right Click से | Desktop या Folder → Right Click → New → Text Document |
| 5 | .txt file से | किसी भी .txt file पर Double Click करें |
Shortcut Tips
- सबसे तेज़ तरीका: Win+R → notepad → Enter
- नई .txt file बनाना: Desktop पर Right Click → New → Text Document
विषय 2
Notepad का Interface
Notepad Interface — 3 उप-विषय
2.1 · Title Bar
Title Bar — सबसे ऊपर की पट्टी
Untitled - Notepad
─
□
✕
- File save होने से पहले: "Untitled - Notepad" दिखता है
- File save होने के बाद: "filename.txt - Notepad" दिखता है
- Unsaved changes होने पर: title के सामने * (asterisk) दिखता है
- दाईं तरफ: Minimize (─), Maximize (□), Close (✕) buttons
2.2 · Menu Bar
Menu Bar — 5 Menus
| Menu | मुख्य काम | Important Options |
|---|---|---|
| File | File से related काम | New, Open, Save, Save As, Print, Exit |
| Edit | Text editing | Cut, Copy, Paste, Undo, Find, Replace, Select All |
| Format | Text format | Word Wrap, Font |
| View | Display settings | Zoom In/Out, Status Bar |
| Help | Help & About | View Help, About Notepad |
2.3 · Text Area और Status Bar
Text Area और Status Bar
Text Area
- यहाँ text type करते हैं
- Blinking cursor दिखता है
- सफेद background पर काला text
- Scroll bar दाईं तरफ और नीचे
Status Bar (नीचे)
- Cursor की position दिखाता है
- Ln 1, Col 1 = Line 1, Column 1
- View → Status Bar से on/off
- Zoom level भी दिखता है
विषय 3
File Menu
File Operations — 2 उप-विषय
3.1 · New, Open, Print, Exit
File Menu Options
| Option | Shortcut | काम |
|---|---|---|
| New | Ctrl+N | नई blank file खोलना (current window में) |
| New Window | Ctrl+Shift+N | नई window में Notepad खोलना |
| Open | Ctrl+O | पहले से saved .txt file खोलना |
| Ctrl+P | File को print करना | |
| Exit | Alt+F4 | Notepad बंद करना |
3.2 · Save और Save As
File Save करना
Save (Ctrl+S)
- पहली बार save करने पर — location और name पूछेगा
- बाद में Ctrl+S दबाने पर — same file update होगी
- Title bar से * (asterisk) हट जाएगा
Save As (Ctrl+Shift+S)
- File को नए नाम से या नई जगह save करना
- Original file safe रहती है
- File type चुन सकते हैं (.txt, All Files, etc.)
File type — Encoding
| Encoding | Use |
|---|---|
| UTF-8 | सबसे ज़्यादा use — Hindi text सही save होती है |
| ANSI | पुरानी files — Hindi टूट सकती है |
| UTF-16 | Special characters के लिए |
Save Tips
- Hindi text save करते समय Encoding: UTF-8 select करें
- File name में extension .txt automatically add होती है
- कोई भी folder में save कर सकते हैं — Desktop, Documents, etc.
विषय 4
Edit Menu
Editing Tools — 2 उप-विषय
4.1 · Cut, Copy, Paste, Undo
Edit Menu — Basic Options
| Option | Shortcut | काम |
|---|---|---|
| Undo | Ctrl+Z | आखिरी action वापस लेना (गलती सुधारना) |
| Redo | Ctrl+Y | Undo किया हुआ action वापस करना |
| Cut | Ctrl+X | Selected text हटाकर Clipboard में रखना |
| Copy | Ctrl+C | Selected text copy करना (original रहता है) |
| Paste | Ctrl+V | Clipboard का text paste करना |
| Delete | Del | Selected text delete करना |
| Select All | Ctrl+A | सभी text एक साथ select करना |
| Time/Date | F5 | Current date और time insert करना |
4.2 · Find, Replace, Go To
Find, Replace और Go To
Find (Ctrl+F)
- कोई word या text ढूंढना
- "Find Next" से अगला मिलेगा
- Match case, Wrap around options
Replace (Ctrl+H)
- एक word को दूसरे से बदलना
- "Replace" = एक बार
- "Replace All" = सभी एक साथ
Go To (Ctrl+G)
किसी specific line number पर directly जाना — बड़ी files में useful (Word Wrap OFF होना चाहिए)
Find & Replace Tips
- Replace All बहुत useful है — जैसे "Ram" को सब जगह "Shyam" में बदलना
- F5 से current date/time insert होती है — Log files बनाने में काम आता है
विषय 5
Format और View Menu
Formatting & Display Options
5.1 · Format Menu
Format Menu
Word Wrap
- Off (default): Text एक लंबी line में — horizontal scroll आता है
- On: Text window size के अनुसार अपने आप wrap होता है
- Reading के लिए Word Wrap ON रखें
Font
- Font का नाम बदल सकते हैं (Arial, Consolas, etc.)
- Font size बदल सकते हैं
- Bold / Italic style
- यह change सिर्फ display के लिए — file में save नहीं होता
View Menu
| Option | Shortcut | काम |
|---|---|---|
| Zoom In | Ctrl++ | Text बड़ा दिखाना (actual file नहीं बदलती) |
| Zoom Out | Ctrl+- | Text छोटा दिखाना |
| Restore Default Zoom | Ctrl+0 | Normal size पर वापस |
| Status Bar | — | नीचे की line number/column bar on/off |
विषय 6
Notepad के Practical Uses
When and How to Use Notepad
6.1 · Notepad कब use करें?
Notepad के Practical Uses
Quick Notes
जल्दी कुछ note करना — phone number, address, ideas
Coding / Programming
HTML, CSS, Python code लिखना — simple text editor
Plain Text Files
.txt files बनाना — list, log, simple document
Clean Paste
Web से copy किया text Notepad में paste करने से formatting हट जाती है
Batch Files
.bat scripts बनाना — computer automation
Config Files
Settings files edit करना — .ini, .cfg, .json
Notepad vs MS Word — कब क्या use करें?
- Notepad use करें जब: Simple notes, code लिखना, plain text चाहिए, जल्दी खोलना हो
- MS Word use करें जब: Professional document, formatting, images, tables चाहिए
- Notepad में typed text को MS Word में paste करके format कर सकते हैं
Notepad — सभी Shortcuts एक नज़र में
File
Ctrl+NNew
Ctrl+OOpen
Ctrl+SSave
Ctrl+PPrint
Edit
Ctrl+ZUndo
Ctrl+ASelect All
Ctrl+FFind
Ctrl+HReplace
F5Date/Time