You are on page 1of 6

Internal Commands

1. Version-It is used to display of the computer system.

2. Volume:-It is used to display volume label and serial number of the current drive
3. Date- It is used to display current date of your system and prompt for entering the
new date.
4. TIME: - It is used to display current time of your system and prompt for entering
the new time.

5. CLS: - It is used to clear the screen.


6. DIR: - It is used to display the list of existing files and directories (folders) with
details like date of the creation whether it is directory or a file.

7. MD or MKDIR: - It is used to create a new directory.

>md kunal
8. RD: - It is used to delete the empty directory.

rd kunal
9. PATH: - It is used to define the list of directories DOS searches for external
commands.

10. COPY CON: - It is used to create a new file.

>copy con kunal

11. CD: - It is used to change the directory of the file, user is working upon.

You might also like