Welcome To Dos Commands.pdf

790 views 5 slides Dec 21, 2022
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

Introduction to DOS commands


Slide Content

welcome to DoS
commANDS
What are Basic Dos Commands?
[Internal And External]

InMS-DOS(Disk Operating System)There are two types
of Basic dos commands they are internal dos commands
and external dos commands which are used separately to
perform specific task or operation. Internal dos commands
are those commands which are included in command
processor (command.com).
Internal dos commands are built in command.com file and
while the computer has been booted this file or commands
are loaded in thecomputer memory and you can use this
basic dos commands while computer is ON.
Examples:: ver, time, del, md , cd , copycon, cls, date, vol,
ren, copyetc
Basic Dos Commands?

External Dos Commands are those basic dos commands
which require external supporting files which may be
present on thebootable diskorharddisk, without
supporting files you cannot run or execute this commands.
The External Dos Commands are not built in
command.com file . They are present separately on
harddisk, they are slow as compared to internal dos
commands and require a lot of Computer memory to
execute or run
Examples of Basic Dos Commands:: tree, xcopy, diskcopy,
more, fdisk, format etc.
External Dos Commands

Complete list of Basic Internal Dos
Commands and Their Uses
cls
date
time
copy con
type
rename
copy
delete
dir
md
cd
rd
volume
ver
echo

CLS COMMAND
This is an Internal dos
command which is used to
clear the output on the
screen obtained when
executed any basic dos
commands.
These commands clears all
the text from the screen
and shows user a Command
prompt.
(Syntax)
C:\>cls (Press Enter)
Tags