Getting Familiar With DOS (Disk Operating System) : Practical No. 03
Getting Familiar With DOS (Disk Operating System) : Practical No. 03
03
The first Microsoft Windows operating system was really on application that ran on the top of MS-DOS
operating system. Today, Windows operating systems continue to support DOS (or a DOS-like user interface)
for special purposes by emulating the operating system. DOS uses a command line, or text-based interface,
that allows the user to type commands. By typing simple instructions such as pwd (print working directory)
and cd (change directory), the user can browse the files on the hard drive, open files, and run programs. While
the commands are simple to type, the user must know the basic commands in order to use DOS effectively.
Few basic command of DOS
Help
This command shows all the commands of DOS with little description.
Attrib
This command changes the file attributes like it can hide or unhide the file or directory or it can change the type of file
for example user can make a file or folder as Read only or Archive.
File name
DIR
This command shows all the available directories from current location.
DEL
This command deletes the directory or file from current location after a warning.
File name
Format
This command format the data of current partition.
Letter of partition
Time
This command shows the time of system with this command user can change the system time as well.
Rename
This command is use to change the name of a particular file or folder.
Location
Old name and new name
Tasks:
1. Explore and perform at least 20 commands of DOS and paste their screen shots in your
practical.