MS-DOS (Microsoft Disk Operating System)
1. Introduction to MS-DOS (एमएस-डॉस का परिचय)
हिंदी व्याख्या: MS-DOS Microsoft द्वारा विकसित एक Command Line Operating System है। यह 1981 में जारी किया गया था। MS-DOS में कोई Graphical User Interface (GUI) नहीं होता था। सभी काम Keyboard से Commands टाइप करके किए जाते थे। Windows का पहला वर्जन (Windows 1.0 से Windows 95 तक) MS-DOS पर ही आधारित था। आज भी कुछ troubleshooting और advanced कामों में DOS Commands का उपयोग किया जाता है।
English Explanation: MS-DOS is a Command Line Operating System developed by Microsoft. It was released in 1981. There was no Graphical User Interface (GUI) in MS-DOS. All tasks were performed by typing commands from the keyboard. The early versions of Windows (from Windows 1.0 to Windows 95) were based on MS-DOS. Even today, DOS Commands are used in troubleshooting and advanced tasks.
2. Features of MS-DOS (एमएस-डॉस की विशेषताएं)
हिंदी व्याख्या:
- Command Line Interface (CLI) आधारित
- Single User Operating System
- Very less memory usage
- तेज़ और lightweight
- File Management Commands
- Batch File (.bat) बनाने की सुविधा
English Explanation:
- Command Line Interface (CLI) based
- Single User Operating System
- Very less memory usage
- Fast and lightweight
- File Management Commands
- Facility to create Batch Files (.bat)
3. Types of DOS Commands (डॉस कमांड्स के प्रकार)
हिंदी व्याख्या: DOS Commands दो प्रकार की होती हैं:
- Internal Commands – ये कमांड्स COMMAND.COM फाइल में already मौजूद होती हैं। कंप्यूटर शुरू होते ही ये लोड हो जाती हैं।
- External Commands – ये कमांड्स अलग-अलग फाइलों (.COM या .EXE) के रूप में होती हैं। इनका उपयोग करने के लिए फाइल सिस्टम में मौजूद होना जरूरी है।
English Explanation: DOS Commands are of two types:
- Internal Commands – These commands are already present in COMMAND.COM file. They are loaded as soon as the computer starts.
- External Commands – These commands exist as separate files (.COM or .EXE). The file must be present in the system to use them.
4. Important Internal DOS Commands (महत्वपूर्ण आंतरिक डॉस कमांड्स)
हिंदी व्याख्या: ये कमांड्स हमेशा उपलब्ध रहती हैं:
- DIR → Current directory की files और folders की सूची दिखाता है
- CD या CHDIR → Directory बदलने के लिए (Folder में जाना)
- MD या MKDIR → नया Directory (Folder) बनाना
- RD या RMDIR → खाली Directory डिलीट करना
- COPY → एक फाइल की कॉपी बनाना
- DEL या ERASE → फाइल डिलीट करना
- REN या RENAME → फाइल का नाम बदलना
- TYPE → फाइल का कंटेंट देखना (Text फाइल)
- CLS → स्क्रीन साफ करना
- DATE → सिस्टम डेट बदलना
- TIME → सिस्टम टाइम बदलना
- VER → DOS Version दिखाना
- EXIT → DOS से बाहर निकलना
English Explanation: These commands are always available:
- DIR → Shows list of files and folders in current directory
- CD or CHDIR → Change Directory (Go to folder)
- MD or MKDIR → Make new Directory (Folder)
- RD or RMDIR → Remove empty Directory
- COPY → Copy a file
- DEL or ERASE → Delete a file
- REN or RENAME → Rename a file
- TYPE → Display content of text file
- CLS → Clear the screen
- DATE → Change system date
- TIME → Change system time
- VER → Show DOS version
- EXIT → Exit from DOS
5. Important External DOS Commands (महत्वपूर्ण बाहरी डॉस कमांड्स)
हिंदी व्याख्या: ये कमांड्स अलग फाइलों के रूप में होती हैं:
- FORMAT → डिस्क को फॉर्मेट करना (साफ करना)
- CHKDSK → डिस्क की जांच और एरर ठीक करना
- DISKCOPY → एक डिस्क की पूरी कॉपी दूसरी डिस्क पर बनाना
- XCOPY → फाइलों और फोल्डर्स की कॉपी (Subfolders सहित)
- TREE → Directory Structure का ट्री दिखाना
- DELTREE → फोल्डर और उसकी सारी फाइलें डिलीट करना
- MOVE → फाइल या फोल्डर को एक जगह से दूसरी जगह ले जाना
- FIND → फाइल में टेक्स्ट सर्च करना
- SORT → टेक्स्ट को क्रम में लगाना
- MORE → एक बार में एक स्क्रीन कंटेंट दिखाना
- EDIT → Text Editor खोलना
- HELP → किसी कमांड की मदद लेना
- LABEL → डिस्क को नाम देना
English Explanation: These commands exist as separate files:
- FORMAT → Format a disk (Erase and prepare)
- CHKDSK → Check disk and fix errors
- DISKCOPY → Copy entire disk to another disk
- XCOPY → Copy files and folders (with subfolders)
- TREE → Show directory structure as tree
- DELTREE → Delete folder and all its files
- MOVE → Move file or folder from one location to another
- FIND → Search text inside a file
- SORT → Sort text in order
- MORE → Display content one screen at a time
- EDIT → Open Text Editor
- HELP → Get help of any command
- LABEL → Give name to a disk