SlideShare a Scribd company logo
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

Bios
Bios Bios
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
Blossom Sood
 
What is-dos-operating-system
What is-dos-operating-systemWhat is-dos-operating-system
What is-dos-operating-system
parag dhok
 
Bios
BiosBios
Linux standard file system
Linux standard file systemLinux standard file system
Linux standard file system
Taaanu01
 
Fedora Operating System
Fedora Operating SystemFedora Operating System
Fedora Operating System
Laiba Nasir
 
Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals
Ahmed El-Arabawy
 
Boot process: BIOS vs UEFI
Boot process: BIOS vs UEFIBoot process: BIOS vs UEFI
Boot process: BIOS vs UEFI
Alea Soluciones, S.L.
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
Shakeel Shafiq
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
Raza Jaan
 
Users and groups in Linux
Users and groups in LinuxUsers and groups in Linux
Users and groups in Linux
Knoldus Inc.
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
Ashita Agrawal
 
DOS - Disk Operating System
DOS - Disk Operating SystemDOS - Disk Operating System
DOS - Disk Operating System
Meqdad Darweesh
 
Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
IgguuMuude
 
Utility software
Utility softwareUtility software
Utility softwareadeang47
 
Linux commands
Linux commandsLinux commands
Linux commands
penetration Tester
 
Unix
UnixUnix
Unix
Erm78
 
Command prompt presentation
Command prompt presentationCommand prompt presentation
Command prompt presentation
Muhammad Taj
 

What's hot (20)

Bios
Bios Bios
Bios
 
ITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating SystemITFT - DOS - Disk Operating System
ITFT - DOS - Disk Operating System
 
What is-dos-operating-system
What is-dos-operating-systemWhat is-dos-operating-system
What is-dos-operating-system
 
Bios
BiosBios
Bios
 
Linux standard file system
Linux standard file systemLinux standard file system
Linux standard file system
 
Fedora Operating System
Fedora Operating SystemFedora Operating System
Fedora Operating System
 
Linux vs windows
Linux vs windowsLinux vs windows
Linux vs windows
 
Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals Course 102: Lecture 5: File Handling Internals
Course 102: Lecture 5: File Handling Internals
 
Boot process: BIOS vs UEFI
Boot process: BIOS vs UEFIBoot process: BIOS vs UEFI
Boot process: BIOS vs UEFI
 
Basic linux commands
Basic linux commandsBasic linux commands
Basic linux commands
 
Disk operating system
Disk operating systemDisk operating system
Disk operating system
 
Users and groups in Linux
Users and groups in LinuxUsers and groups in Linux
Users and groups in Linux
 
Linux operating system - Overview
Linux operating system - OverviewLinux operating system - Overview
Linux operating system - Overview
 
Shell Scripting
Shell ScriptingShell Scripting
Shell Scripting
 
DOS - Disk Operating System
DOS - Disk Operating SystemDOS - Disk Operating System
DOS - Disk Operating System
 
Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
 
Utility software
Utility softwareUtility software
Utility software
 
Linux commands
Linux commandsLinux commands
Linux commands
 
Unix
UnixUnix
Unix
 
Command prompt presentation
Command prompt presentationCommand prompt presentation
Command prompt presentation
 

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 Tools
zatax
 
Comp practical
Comp practicalComp practical
Comp practical
Kritika Sharma
 
Dos commands new
Dos commands new Dos commands new
Dos commands new
suraj pandey
 
The MS-DOS File System.pptx
The MS-DOS File System.pptxThe MS-DOS File System.pptx
The MS-DOS File System.pptx
emsResulzade1
 
ch6.ppsx
ch6.ppsxch6.ppsx
ch6.ppsx
ssuser5ab112
 
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.ppt
RatishKumar33
 
Introduction to ms dos
Introduction to ms dosIntroduction to ms dos
Introduction to ms dos
Indika Rathninda
 
DOS commands
DOS commandsDOS commands
DOS commands
preetikapri1
 
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).pdf
RohitRoshanBengROHIT
 
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
shubhangisonawane6
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command prompts
Ahmed Hesham
 
Lec05
Lec05Lec05
Ms dos
Ms dosMs dos
Ms dos
NICT
 
Lect basic computer
Lect basic computer Lect basic computer
Lect basic computer
susir
 
Basic dos-commands
Basic dos-commandsBasic dos-commands
Basic dos-commands
parag dhok
 
p_ms-dos-new.ppt
p_ms-dos-new.pptp_ms-dos-new.ppt
p_ms-dos-new.ppt
PoojaTripathi92
 
Dos_Commands.ppt
Dos_Commands.pptDos_Commands.ppt
Dos_Commands.ppt
Osmania University
 

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
 
Introduction to ms dos
Introduction to ms dosIntroduction to ms dos
Introduction to ms dos
 
DOS commands
DOS commandsDOS commands
DOS commands
 
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
 
CMD Command prompts
CMD Command promptsCMD Command prompts
CMD Command prompts
 
Lec05
Lec05Lec05
Lec05
 
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
 

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.pptx
DrIrfanulHaqAkhoon
 
Windows Operating System.pptx
Windows Operating System.pptxWindows Operating System.pptx
Windows Operating System.pptx
DrIrfanulHaqAkhoon
 
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
DrIrfanulHaqAkhoon
 
Peripheral Devies.ppt
Peripheral Devies.pptPeripheral Devies.ppt
Peripheral Devies.ppt
DrIrfanulHaqAkhoon
 
Generations & Development of Computers.pptx
Generations & Development of Computers.pptxGenerations & Development of Computers.pptx
Generations & Development of Computers.pptx
DrIrfanulHaqAkhoon
 
Computer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptxComputer Genesis Functions and Components.pptx
Computer Genesis Functions and Components.pptx
DrIrfanulHaqAkhoon
 
Information Technology its components.pptx
Information Technology its components.pptxInformation Technology its components.pptx
Information Technology its components.pptx
DrIrfanulHaqAkhoon
 
Modes of Research.pptx
Modes of Research.pptxModes of Research.pptx
Modes of Research.pptx
DrIrfanulHaqAkhoon
 
Review of Literature.pptx
Review of Literature.pptxReview of Literature.pptx
Review of Literature.pptx
DrIrfanulHaqAkhoon
 
Research Proposal.pptx
Research Proposal.pptxResearch Proposal.pptx
Research Proposal.pptx
DrIrfanulHaqAkhoon
 
mendely.pptx
mendely.pptxmendely.pptx
mendely.pptx
DrIrfanulHaqAkhoon
 
research.pptx
research.pptxresearch.pptx
research.pptx
DrIrfanulHaqAkhoon
 
SPSS.pptx
SPSS.pptxSPSS.pptx
hypotheses.pptx
hypotheses.pptxhypotheses.pptx
hypotheses.pptx
DrIrfanulHaqAkhoon
 
Research Report writing.pptx
Research Report writing.pptxResearch Report writing.pptx
Research Report writing.pptx
DrIrfanulHaqAkhoon
 
Research Communities.pptx
Research Communities.pptxResearch Communities.pptx
Research Communities.pptx
DrIrfanulHaqAkhoon
 
Web 3.0.pptx
Web 3.0.pptxWeb 3.0.pptx
Web 3.0.pptx
DrIrfanulHaqAkhoon
 
Artificial Intelligence.pptx
Artificial Intelligence.pptxArtificial Intelligence.pptx
Artificial Intelligence.pptx
DrIrfanulHaqAkhoon
 
Controlled Vocabullary.pptx
Controlled Vocabullary.pptxControlled Vocabullary.pptx
Controlled Vocabullary.pptx
DrIrfanulHaqAkhoon
 
Search Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptxSearch Steragies and Refinement techniques.pptx
Search Steragies and Refinement techniques.pptx
DrIrfanulHaqAkhoon
 

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

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
JezreelCabil2
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
NelTorrente
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Ashish Kohli
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 

Recently uploaded (20)

Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 

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