SlideShare a Scribd company logo
1 of 19
Download to read offline
Disk Operating System (DOS)
Introduction, Structure and Commands
Disk Operating System
In the late 1980s the operating system that shipped with most PCs was Disk Operating System (DOS)
created by Microsoft: MS-DOS.
 MS-DOS is a disk operating system for IBM PC–compatible computers.
 In its day, it was the most popular operating system in the world.
It is a Single-user, Single-tasking Computer Operating System that uses a Command Line Interface.
Disk Operating System
Despite of its very small size and relative simplicity, It is one of the most successful operating systems
that has been developed to date.
DOS enables the user to organize the files in a disk into directories and sub-directories.
 Directory is just like a file folder, which contain all the logically related files.
 Directory within another directory is called a sub- directory there may be sub-directories of sub-directories.
Structure of MS DOS
 The Operating-system loader:
 It brings the operating system from the start-up into RAM called Bootstrapping.
 The MS-DOS BIOS (Basic Input/Output systems)
 Loaded from the file IO.SYS during initialization.
 Layer that sits between operating system kernel and hardware.
Structure of MS DOS
 The MS-DOS Kernel:
 Read into memory at initialization time from MSDOS.SYS file on boot disk
 Heart of the operating system
 it is a proprietary program supplied by Microsoft corporation
 The User Interface (shell):
 Conventional program that allows the user to interact with the operating system.
 Default MS – DOS user interface is a shell program called Command.com
Structure of MS DOS
 MS-DOS PROMPT:
 A command prompt is an entry point for typing computer commands in the Command
Prompt window.
 By typing commands at the command prompt, you can perform tasks on your computer
without using the Windows graphical interface.
File Organization
 DOS files are organized in a hierarchical or an inverted tree-like structure.
 Using path to specify the location of files
 A path is the route that leads from the root directory of a drive to the file you want to use.
File Organization
 File naming conventions:
 Primary Name and Secondary Name. eg: Letter.doc
 Primary name cannot exceed limit of 8 characters.
 Extension cannot exceed the limit of 3 characters.
 Other Special characters cannot be part of file name. eg: ?, *, >, <,|
 There cannot be any spaces in between the file name.
File Organization
 DOS Files: Files are the basic storage unit for any data or instruction.
 Wildcard character will replace a single letter, or word with a wild character ( * , ?)
 * Replaces a number of characters
 Example: copy a:/*.txt c:/ will copy all text files to drive c:/
 ? Replaces a single character
 Example: copy a:/?????.txt c:/ will copy any 5 letter text file to c:/ ?
Commands
 Commands are the basic modes through which we can communicate with the computer.
 There are two main types of commands which are frequently used by the user in DOS they are:
 Internal command
 External command
Internal Commands
 CLS (Clear Screen)
 VOL (Volume of Disk)
 CD (Change Location of Directory)
 VER (Version of System)
 PATH (Describe the Path of a file)
 DEL (Delete)
 TYPE (Know the type of Directory)
 MD (Make Directory)
 RD (Remove Directory)
 REN (Rename)
 COPY (Copy any Content)
 TIME (Show the Time of Computer)
 DATE (Show the Date of Computer)
 PAUSE (Pause any Function)
 DIR (Display Content of Folder)
Internal Commands
 Basic Command ‘CLS’
 Example: C> CLS will clear all the instructions and screen will become blank
 Basic Command ‘DIR’:
 ‘SYNTAX: DIR [Drive:][Path][File]
 Example: C>DIR will display all the detail in the directory
Internal Commands
 Basic Command ‘COPY’:
 SYNTAX: COPY [Path][Drive:] <Source file> <[Drive:][Path]>
 Example C>COPY A:file.txt C: will copy the file from a: to c:
 Basic Command ‘DEL’:
 SYNTAX: DEL [Drive:][Path] <Filename>
 Example: C>DEL Newfile.txt will delete the file named newfile.txt from C: drive
Internal Commands
 Basic Command ‘REN’:
 SYNATX: REN [Drive:][Path] <old Filename> <new Filename>
 Example : C>REN D:file.txt myfile.txt will rename the file.txt to myfile.txt
 Basic Command ‘CD’:
 SYNATX: CD [Drive:][Path] <Directory name>
 Example : C>CD Personnel will change the directory to personnel To move backward use C>CD
Internal Commands
 Basic Command ‘MD’:
 SYNTAX: MD [Drive:][Path] <Directory name>
 Example: C>MD myfolder will make a folder called myfolder in current directory
 Basic Command ‘RD’:
 SYNTAX: RD [Drive:][Path] <Directory name>
 Example: C>RD myfolder will remove a folder called myfolder in current directory. etc
External Commands
 Backup (Backup ur Data in a Disk)
 Restore (Restore Data from Previous Disk)
 Chkdsk (Check Disk Space)
 Tree (Determine the whole tree of a disk)
 Diskcopy
 Diskcomp
 Copy con (Copy the Content of one disk to another)
 Print (Print to printer)
 Move (Move from one Directory to Another)
 Undelete (Un Do)
 Format (Format the Whole Disk)
 Deltree (Delete Whole Tree)
 Attrib (changes or displays the attributes of a file)
External Commands
 Format command:
 Example c>format a: will format the drive a:
 Attrib command
 Syntax: attrib [modes] [[drive:][path] filename]
 Example c>attrib or c>attrib +r *.doc will make the file with extension .doc read only
External Commands
 move command
 move will move the file or directory from one location to another syntax: move [path][drive:] <source file>
<[drive:][path]> example: c>move a:file.txt c:file.txt will move the file to the c: drive
 break command
 break command can be used to stop an activity (example- sorting of files) syntax: break [on/off] example c>
break off
External Commands
 print command
 syntax: print <filename>
 example c>print mynotes.txt will give the command to print the content in mynotes.txt file

More Related Content

What's hot

ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemBlossom Sood
 
Introduction to ms windows
Introduction to ms windowsIntroduction to ms windows
Introduction to ms windowsSURYAKANTVERMA2
 
Introduction to Windows
Introduction to WindowsIntroduction to Windows
Introduction to WindowsCha Mostierra
 
Various Versions of Windows 1 to 10
Various Versions of Windows 1 to 10Various Versions of Windows 1 to 10
Various Versions of Windows 1 to 10manju_asnani
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationashanrajpar
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devicesAbhinav Kp
 
Utility software
Utility softwareUtility software
Utility softwareadeang47
 
Features of windows operating system
Features of windows operating systemFeatures of windows operating system
Features of windows operating systemMohammad Alig
 
Windows operating system
Windows operating systemWindows operating system
Windows operating systemLeah Gonzales
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating systemMohammad Alam
 
Windows presentation
Windows presentationWindows presentation
Windows presentationtes31
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types vimal kumar arora
 

What's hot (20)

DOS commands
DOS commandsDOS commands
DOS commands
 
Windows operating system presentation
Windows operating system presentationWindows operating system presentation
Windows operating system presentation
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
 
Introduction to ms windows
Introduction to ms windowsIntroduction to ms windows
Introduction to ms windows
 
Introduction to Windows
Introduction to WindowsIntroduction to Windows
Introduction to Windows
 
Various Versions of Windows 1 to 10
Various Versions of Windows 1 to 10Various Versions of Windows 1 to 10
Various Versions of Windows 1 to 10
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Secondary storage devices
Secondary storage devicesSecondary storage devices
Secondary storage devices
 
Linux file system
Linux file systemLinux file system
Linux file system
 
Utility software
Utility softwareUtility software
Utility software
 
Features of windows operating system
Features of windows operating systemFeatures of windows operating system
Features of windows operating system
 
Windows operating system
Windows operating systemWindows operating system
Windows operating system
 
Unix ppt
Unix pptUnix ppt
Unix ppt
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
Introduction to ms dos
Introduction to ms dosIntroduction to ms dos
Introduction to ms dos
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Windows presentation
Windows presentationWindows presentation
Windows presentation
 
Windows
WindowsWindows
Windows
 
Os ppt
Os pptOs ppt
Os ppt
 
Operating system and its types
Operating system and its types Operating system and its types
Operating system and its types
 

Similar to Disk Operating System.pptx

PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Toolszatax
 
The MS-DOS File System.pptx
The MS-DOS File System.pptxThe MS-DOS File System.pptx
The MS-DOS File System.pptxemsResulzade1
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS CommandsHepsijeba
 
disk-operating-system.ppt
disk-operating-system.pptdisk-operating-system.ppt
disk-operating-system.pptRatishKumar33
 
Ms dos full explanation
Ms dos full explanation Ms dos full explanation
Ms dos full explanation ParmvirSingh11
 
What is DOS (Disk Operating System).pdf
What is DOS (Disk Operating System).pdfWhat is DOS (Disk Operating System).pdf
What is DOS (Disk Operating System).pdfRohitRoshanBengROHIT
 
ICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdfICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdfshubhangisonawane6
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command promptsAhmed Hesham
 
Ms dos
Ms dosMs dos
Ms dosNICT
 
Lect basic computer
Lect basic computer Lect basic computer
Lect basic computer susir
 
Basic dos-commands
Basic dos-commandsBasic dos-commands
Basic dos-commandsparag dhok
 
011300 Intro To Dos
011300 Intro To Dos011300 Intro To Dos
011300 Intro To DosCTIN
 
33269198 all-commands-in-ms-dos(1)
33269198 all-commands-in-ms-dos(1)33269198 all-commands-in-ms-dos(1)
33269198 all-commands-in-ms-dos(1)A.S.M Shmimul Islam.
 

Similar to Disk Operating System.pptx (20)

PC Software - Computer Application - Office Automation Tools
PC Software  -  Computer Application - Office Automation ToolsPC Software  -  Computer Application - Office Automation Tools
PC Software - Computer Application - Office Automation Tools
 
Comp practical
Comp practicalComp practical
Comp practical
 
Dos commands new
Dos commands new Dos commands new
Dos commands new
 
The MS-DOS File System.pptx
The MS-DOS File System.pptxThe MS-DOS File System.pptx
The MS-DOS File System.pptx
 
ch6.ppsx
ch6.ppsxch6.ppsx
ch6.ppsx
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS Commands
 
disk-operating-system.ppt
disk-operating-system.pptdisk-operating-system.ppt
disk-operating-system.ppt
 
Ms dos full explanation
Ms dos full explanation Ms dos full explanation
Ms dos full explanation
 
What is DOS (Disk Operating System).pdf
What is DOS (Disk Operating System).pdfWhat is DOS (Disk Operating System).pdf
What is DOS (Disk Operating System).pdf
 
ICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdfICPS operating system and services Unit 3 Notes .pdf
ICPS operating system and services Unit 3 Notes .pdf
 
Lec05
Lec05Lec05
Lec05
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command prompts
 
Dos 16
Dos 16Dos 16
Dos 16
 
Ms dos
Ms dosMs dos
Ms dos
 
Lect basic computer
Lect basic computer Lect basic computer
Lect basic computer
 
Basic dos-commands
Basic dos-commandsBasic dos-commands
Basic dos-commands
 
p_ms-dos-new.ppt
p_ms-dos-new.pptp_ms-dos-new.ppt
p_ms-dos-new.ppt
 
Dos_Commands.ppt
Dos_Commands.pptDos_Commands.ppt
Dos_Commands.ppt
 
011300 Intro To Dos
011300 Intro To Dos011300 Intro To Dos
011300 Intro To Dos
 
33269198 all-commands-in-ms-dos(1)
33269198 all-commands-in-ms-dos(1)33269198 all-commands-in-ms-dos(1)
33269198 all-commands-in-ms-dos(1)
 

More from DrIrfanulHaqAkhoon

Server its functions and types.pptx
Server its functions and types.pptxServer its functions and types.pptx
Server its functions and types.pptxDrIrfanulHaqAkhoon
 
Operating Systems Genesis, Development and Functions m.pptx
Operating Systems Genesis, Development and Functions  m.pptxOperating Systems Genesis, Development and Functions  m.pptx
Operating Systems Genesis, Development and Functions m.pptxDrIrfanulHaqAkhoon
 
Generations & Development of Computers.pptx
Generations & Development of Computers.pptxGenerations & Development of Computers.pptx
Generations & Development of Computers.pptxDrIrfanulHaqAkhoon
 
Computer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptxComputer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptxDrIrfanulHaqAkhoon
 
Information Technology its components.pptx
Information Technology its components.pptxInformation Technology its components.pptx
Information Technology its components.pptxDrIrfanulHaqAkhoon
 
Search Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptxSearch Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptxDrIrfanulHaqAkhoon
 

More from DrIrfanulHaqAkhoon (20)

Server its functions and types.pptx
Server its functions and types.pptxServer its functions and types.pptx
Server its functions and types.pptx
 
Windows Operating System.pptx
Windows Operating System.pptxWindows Operating System.pptx
Windows Operating System.pptx
 
Operating Systems Genesis, Development and Functions m.pptx
Operating Systems Genesis, Development and Functions  m.pptxOperating Systems Genesis, Development and Functions  m.pptx
Operating Systems Genesis, Development and Functions m.pptx
 
Peripheral Devies.ppt
Peripheral Devies.pptPeripheral Devies.ppt
Peripheral Devies.ppt
 
Generations & Development of Computers.pptx
Generations & Development of Computers.pptxGenerations & Development of Computers.pptx
Generations & Development of Computers.pptx
 
Computer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptxComputer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptx
 
Information Technology its components.pptx
Information Technology its components.pptxInformation Technology its components.pptx
Information Technology its components.pptx
 
Modes of Research.pptx
Modes of Research.pptxModes of Research.pptx
Modes of Research.pptx
 
Review of Literature.pptx
Review of Literature.pptxReview of Literature.pptx
Review of Literature.pptx
 
Research Proposal.pptx
Research Proposal.pptxResearch Proposal.pptx
Research Proposal.pptx
 
mendely.pptx
mendely.pptxmendely.pptx
mendely.pptx
 
research.pptx
research.pptxresearch.pptx
research.pptx
 
SPSS.pptx
SPSS.pptxSPSS.pptx
SPSS.pptx
 
hypotheses.pptx
hypotheses.pptxhypotheses.pptx
hypotheses.pptx
 
Research Report writing.pptx
Research Report writing.pptxResearch Report writing.pptx
Research Report writing.pptx
 
Research Communities.pptx
Research Communities.pptxResearch Communities.pptx
Research Communities.pptx
 
Web 3.0.pptx
Web 3.0.pptxWeb 3.0.pptx
Web 3.0.pptx
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
 
Controlled Vocabullary.pptx
Controlled Vocabullary.pptxControlled Vocabullary.pptx
Controlled Vocabullary.pptx
 
Search Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptxSearch Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptx
 

Recently uploaded

Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 

Recently uploaded (20)

Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 

Disk Operating System.pptx

  • 1. Disk Operating System (DOS) Introduction, Structure and Commands
  • 2. Disk Operating System In the late 1980s the operating system that shipped with most PCs was Disk Operating System (DOS) created by Microsoft: MS-DOS.  MS-DOS is a disk operating system for IBM PC–compatible computers.  In its day, it was the most popular operating system in the world. It is a Single-user, Single-tasking Computer Operating System that uses a Command Line Interface.
  • 3. Disk Operating System Despite of its very small size and relative simplicity, It is one of the most successful operating systems that has been developed to date. DOS enables the user to organize the files in a disk into directories and sub-directories.  Directory is just like a file folder, which contain all the logically related files.  Directory within another directory is called a sub- directory there may be sub-directories of sub-directories.
  • 4. Structure of MS DOS  The Operating-system loader:  It brings the operating system from the start-up into RAM called Bootstrapping.  The MS-DOS BIOS (Basic Input/Output systems)  Loaded from the file IO.SYS during initialization.  Layer that sits between operating system kernel and hardware.
  • 5. Structure of MS DOS  The MS-DOS Kernel:  Read into memory at initialization time from MSDOS.SYS file on boot disk  Heart of the operating system  it is a proprietary program supplied by Microsoft corporation  The User Interface (shell):  Conventional program that allows the user to interact with the operating system.  Default MS – DOS user interface is a shell program called Command.com
  • 6. Structure of MS DOS  MS-DOS PROMPT:  A command prompt is an entry point for typing computer commands in the Command Prompt window.  By typing commands at the command prompt, you can perform tasks on your computer without using the Windows graphical interface.
  • 7. File Organization  DOS files are organized in a hierarchical or an inverted tree-like structure.  Using path to specify the location of files  A path is the route that leads from the root directory of a drive to the file you want to use.
  • 8. File Organization  File naming conventions:  Primary Name and Secondary Name. eg: Letter.doc  Primary name cannot exceed limit of 8 characters.  Extension cannot exceed the limit of 3 characters.  Other Special characters cannot be part of file name. eg: ?, *, >, <,|  There cannot be any spaces in between the file name.
  • 9. File Organization  DOS Files: Files are the basic storage unit for any data or instruction.  Wildcard character will replace a single letter, or word with a wild character ( * , ?)  * Replaces a number of characters  Example: copy a:/*.txt c:/ will copy all text files to drive c:/  ? Replaces a single character  Example: copy a:/?????.txt c:/ will copy any 5 letter text file to c:/ ?
  • 10. Commands  Commands are the basic modes through which we can communicate with the computer.  There are two main types of commands which are frequently used by the user in DOS they are:  Internal command  External command
  • 11. Internal Commands  CLS (Clear Screen)  VOL (Volume of Disk)  CD (Change Location of Directory)  VER (Version of System)  PATH (Describe the Path of a file)  DEL (Delete)  TYPE (Know the type of Directory)  MD (Make Directory)  RD (Remove Directory)  REN (Rename)  COPY (Copy any Content)  TIME (Show the Time of Computer)  DATE (Show the Date of Computer)  PAUSE (Pause any Function)  DIR (Display Content of Folder)
  • 12. Internal Commands  Basic Command ‘CLS’  Example: C> CLS will clear all the instructions and screen will become blank  Basic Command ‘DIR’:  ‘SYNTAX: DIR [Drive:][Path][File]  Example: C>DIR will display all the detail in the directory
  • 13. Internal Commands  Basic Command ‘COPY’:  SYNTAX: COPY [Path][Drive:] <Source file> <[Drive:][Path]>  Example C>COPY A:file.txt C: will copy the file from a: to c:  Basic Command ‘DEL’:  SYNTAX: DEL [Drive:][Path] <Filename>  Example: C>DEL Newfile.txt will delete the file named newfile.txt from C: drive
  • 14. Internal Commands  Basic Command ‘REN’:  SYNATX: REN [Drive:][Path] <old Filename> <new Filename>  Example : C>REN D:file.txt myfile.txt will rename the file.txt to myfile.txt  Basic Command ‘CD’:  SYNATX: CD [Drive:][Path] <Directory name>  Example : C>CD Personnel will change the directory to personnel To move backward use C>CD
  • 15. Internal Commands  Basic Command ‘MD’:  SYNTAX: MD [Drive:][Path] <Directory name>  Example: C>MD myfolder will make a folder called myfolder in current directory  Basic Command ‘RD’:  SYNTAX: RD [Drive:][Path] <Directory name>  Example: C>RD myfolder will remove a folder called myfolder in current directory. etc
  • 16. External Commands  Backup (Backup ur Data in a Disk)  Restore (Restore Data from Previous Disk)  Chkdsk (Check Disk Space)  Tree (Determine the whole tree of a disk)  Diskcopy  Diskcomp  Copy con (Copy the Content of one disk to another)  Print (Print to printer)  Move (Move from one Directory to Another)  Undelete (Un Do)  Format (Format the Whole Disk)  Deltree (Delete Whole Tree)  Attrib (changes or displays the attributes of a file)
  • 17. External Commands  Format command:  Example c>format a: will format the drive a:  Attrib command  Syntax: attrib [modes] [[drive:][path] filename]  Example c>attrib or c>attrib +r *.doc will make the file with extension .doc read only
  • 18. External Commands  move command  move will move the file or directory from one location to another syntax: move [path][drive:] <source file> <[drive:][path]> example: c>move a:file.txt c:file.txt will move the file to the c: drive  break command  break command can be used to stop an activity (example- sorting of files) syntax: break [on/off] example c> break off
  • 19. External Commands  print command  syntax: print <filename>  example c>print mynotes.txt will give the command to print the content in mynotes.txt file