Dos Commands

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Commands in DOS

1. C:\> CLS = to get clear the screen.


2. C:\> VOL = to check the volume of particular drive/disk
3. C:\> VER = to check the version of installed Operating System
4. C:\> DATE = to know the Date of System as well as change the Date
5. C:\> TIME = to know the Time of System as well as change the Time
6. C:\> MD_(File Name) = to create the folder with your own name
7. C:\> D: = to change the directory to D drive from C drive
8. C:\> DIR = to get the list of all available directory or folder in your drive
9. C:\> CD.. = to close the directory or folder and get back the previous folder
10. C:\> CD/ = to close the all directory or folder at a time
11. C:\> DIR/P = to list the all directory in a page wise
12. C:\> DIR/W = to list the all directory in width wise
13. C:\> DIR/W/P = to list the directory in width and page wise
14. C:\> DIR/P/W = to list the directory in page and width wise
15. C:\> DIR/L = to list the directory in small letters
16. C:\> DIR/AD = to list only directory name
17. C:\> DIR|SORT = to list the all directory in shorted order
18. C:\> COPY_CON_(File Name) = to create the file with your own name
19. C:\> TYPE_(File Name) = to edit the file later
20. C:\> EXIT = to close the DOS

To open the DOS operating system, please follow the below steps,
 Click on the Start menu => choose the “run” commands => type the “CMD”
command in the “run commands” and press enter, your DOS operating system
will open for you. 

You might also like