MS DOS Commands
MS DOS Commands
MS-DOS is a command line user interface. First introduced in 1981 for IBM
computers and was last update in 1994 when MS-DOS 6.22 was released.
MS-DOS History:
Year Event
1981 MS-DOS 1.0 was released on Aug, 1981.
1982 MS-DOS 1.25 was released on Aug, 1982.
1983 MS-DOS 2.0 was released on mar, 1983.
1984 Micro soft introduces MS-DOS 3.0 for IBM pc and MS-DOS 3.1 for
net works.
1986 MS-DOS 3.2 was released on Apr, 1986.
1987 MS-DOS 3.3 was released on Apr, 1987.
1988 MS-DOS 4.0 was released on July, 1988.
1988 MS-DOS 4.01 was released on Nov, 1988.
1991 MS-DOS 5.0 was released on Jun, 1991.
1993 MS-DOS 6.0 was released on Aug, 1993.
1994 MS-DOS 6.21 was released on Mar, 1994.
1994 MS-DOS 6.22 was released on Apr, 1994.
Internal Commands:
1) CLS: To clear the screen.
2) DATE : To modify the date
3) TIME: To modify the time.
4) COPY : It copies data from one file to another file
Syntax: Copy <Source name> < destination name>
5) DEL : it delets all old files.
Syntax: del <file name>.
6) MD: makes a directory
Syntax: md <dir name>.
7) CD : change directory
Syntax: cd <directory name>.
8) RD : remove directory.
Syntax: rd <directory name>.
9) COPY CON : it is used to create a new file.
Syntax: copy con <file name>.
10) to view contents of file
Syntax: type <file name>.
EXTERNAL COMMANDS:
They are system level commands
1) format: erase all the data and recreates sectors.
2) Fdisk : it is used to allocate the partitions on storage device.
3) Mem: display the physical memory.
4) Erase: to delete the file .it is similar to delete(del).
5) Edit : to modify the content of existing file.
6) Move: it moves from one location to another location of file name given.
7) Xcopy: copies all the files including sub directories.
8) Sys: create start up files.