DOS Internal Commands
DOS Internal Commands
DOS Internal Commands
DOS Stands for "Disk Operating System.“ DOS was the first
operating system used by IBM-compatible computers.
i. >> "PC-DOS" was the version developed by IBM and sold to the first
IBM-compatible manufacturers.
ii. >> "MS-DOS" was the version that was bought by Microsoft, and was
bundled with the first versions of Windows.
DOS - DEFINITION
1) Internal Commands
2) External Commands
DOS
DATE, TIME, VOL, VER, CLS, DIR, MD, COPY CON etc.
HOW TO START MS-DOS?
Input any “Drive Name” then press “:” from keyboard &
press “Enter”
Eg :- E:
HOW TO START MS-DOS?
Syntax : - C:\>DIR
DIR/P
It is an Internal Command. By this command you can display
page wise files and folders name.
Syntax : - C:\>DIR/P
DIR/W
It is an Internal Command. By this command we can display
width wise all files and directories name list without time, size
etc.
Syntax : - C:\>DIR /W
DIR/B
It is an Internal Command. By this command we can display
only primary name list of files and directories.
Syntax : - C:\>DIR/B
DIR/L
It is an Internal Command. By this command we can display the
file and directories name with lower case.
Syntax : - C:\>DIR
DIR/S
It is an Internal Command. By this command we can display
directories name with sub directories and files
Syntax : - C:\>DIR/S
DIR/AH
It is an Internal Command. By this command we can display
the hidden file from the particular drive.
Syntax : - C:\>DIR/AH
DIR A*.*
It is an Internal Command. By this command we can display
all file names beginning the ‘A’ letter.
Syntax : - C:\>CD/
RD (REMOVE DIRECTORY)
It is an Internal Command. This command is used to delete any directory one by one but
if you want to delete any subdirectory then you have get enter in it.
Syntax : - C:\>RD <DIR name>
COPY CON
It is an Internal Command. By this command we can create a new file.
TYPE
It is an Internal Command. By this command we can see or check the
file content. (Which file do you want to see just Input the file name)
Syntax : - C:\>TYPE <File name>
REN (RENAME)
REN (Rename): – It is an Internal Command. This command is used to change the file name.
DEL (DELETE)
DEL (Delete): – It is an Internal Command. This command is used to delete any old
file.