Vous êtes sur la page 1sur 1

Assignment (DOS Commands)

In this assignment, you will have to implement a DOS (Disk Operating System). Like the
Command Prompt in Windows or the Terminal in Linux, it must be capable of the
following commands to execute successfully. The commands with * marks are
compulsory.

Command Meaning
1.pwd* Present Working Directory
2.cd* Change Directory
3.dir/ls* baki ase List the file and directory names in the
current 4.directory
5.crf Create a new File
6.rmf Removes a File
7.mkdir* Create a Directory
8.rmdir* Removes a Directory with all its subdirectory and
9.files
10.fread Reads a File
11.chmod Change a File attribute
12.fwrite* Writes a File
13.clear Clears the Screen
14.rename Rename a File
15.mvdir Moves a Directory
16.date Get System Date
17.time Get System Time
18.move* Moves a file from one directory to another
19.attrib Shows all the attributes of a file
20.help Shows the help screen

Vous aimerez peut-être aussi