MS-dos is an abbreviation form of the Microsoft disk operating system. It is popular operating system software, designes be Microsoft Corporation for the users of IBM compatible computer. It is developed for disk drives. It was the most popular before coming windows operating system. It is a text user interface (TUI).All commands and correct syntax has to keep in mind and all are in text form.
Ms-DOS comprises three essential files for booting the computer.
These are:
IO.SYS
MSDOS.SYS
COMMAND.COM
How to run it:
Steps:
1. Go to start menu.
2. Click on command prompt.
OR
1. Click on run.
2. Type command prompt.
3. Click on ok.
DOS Command/ Command Prompt.
We have two types of DOS commands.
They are:
1. Internal command.
2. External command.
1. Internal command:
It is the command which runs with the help of system files is known as internal command. E.g. DIR, CIS, MD, CD, COPY CON, TYPE, REN, DEL, RD, COPY, DATE, TIME.
DIR:
it display the contents of director is suppose you have a telephone directory and turn it on then, you can see list of telephone numbers. Similarly the command does.
C :\> DIR ◄┘
C :\> DIR /p ◄┘ (page wise display)
C :\> DIR /w ◄┘ (widest display)
C :\> DIR /ph ◄┘ (hidden file display)
CLS: It clears the screen.
c:\>CLS ◄┘
MD (make directory): It creates new directory
C :\> MD ◄┘
E.g. MD Suresh ◄┘
CD (change directory): It changes the directory suppose you are in root directory C:\>
And you want to go to the directory you created then this command is used.
C :\> CD ◄┘
E.g. CD ◄┘
C: \Suresh>CD \ (return to root directory)
C: \Suresh>sameer>CD (return to root directory at Once)
Copy con \: It create a new file
C:\Suresh>copy con ◄┘
E.g. Copy con chat
Then it gives a blank screen where you can type your text after typing. Press F6 and Enter to save this file.
Type: It display the text that you saved last time
C:\suresh> type ◄┘
Type chat
REN: it changes the name of the file.
C:\suresh>ren◄┘
Del: it erases the file you saved.
C:\suresh>del ◄┘
DATE: It display the Current date available in Computer.
C:\suresh>date ◄┘
TIME: It display the current time available in the computer.
C:\Suresh>time ◄┘
Copy: It creates a duplicate of the file. Suppose you have an original copy of bio data. It you photo copy you will get two copies of it, similarly the command does.
C:\suresh>copy
No comments:
Post a Comment