MS DOS (Microsoft Disk Operating System)
- इसे Microsoft द्वारा 1981 में Developed किया गया
- इसे सर्वप्रथम IBM PC में प्रयोग किया गया
- यह Single User Operating System है ।
- यह Single Tasking Operating System है ।
- यह 16 bit Operating System है
- यह CUI (Character User Interface) है
- इसे CLI (Command Line Interface) भी कहते है
- यह Text Based Operating System है
| Command | Details |
|---|---|
| cd Directory Name | Change Directory |
| md Directory Name | Make Directory |
| copy Directory Name c:\directory name | Copy only one File at a time |
| comp | Comparison between two file |
| time | Show and Change Time |
| date | Show and Change Date |
| chkdsk | Check Disk |
| cls | Clear Screen |
| cd.. | Back Previous Directory |
| copycon File_name | Create a New File |
| dir | show Directory |
| type File_name | Show File Text |
| ren fileName NewFileName | Rename File old to new |
| xcopy DirectoryName c:\DirectoryName | All Sub Directory and File Copy |
| move DirectoryName c:\DirectoryName | Move file or Directory |
| rd directoryName | Remove Directory |
| ver | Version of MS Dos |
| echo | echo on |
| echo off | echo off |
| path | Show path of file or Directory |
| vol | Show Valume |
| exit | Close MS DOS |
| Attrib +H directoryName | Directory Hide |
| Attrib -H directoryName | Directory Show |
| tree | Show the Structure of Directory |
| color A | change Text Color |
| Command | Description |
|---|---|
| cls | Clear Screen |
| dir | File and Sub-directory list |
| copy | Copy |
| rename | Rename |
| rmdir /rd | Remove Directory (Empty) |
ping 127.1.1.1 -t Wifi Device Testing
