External Command : This command is not permanent part of the memory . To execute or run this command an external file required .
Example : [.] dot exe , bat.
Some commonly used DOS commands are .
Example : [.] dot exe , bat.
Some commonly used DOS commands are .
- CHKDSK
- DISKCOPY
- FORMAT
- LABEL
- SCANDISK
- MOVE
- TREE
- DELTREE
- CHKDSK : The command CHKDSK returns the configuration status of selected disk . It returns the information about the volume , serial number , total disk space, space in directories , space in each allocation unit , total memory and free memory .
- Syntax :- C:/>CHKDSK (drive name)
- eg:- c:/> CHKSDK e :
Note : If dive name is not mentioned by default current drive is considered . - DISKCOPY : Disk copy command is used to make duplicate copy of the disk like Xerox copy . It first Formats the target disk and copies the file by collection . From the source disk and copied to the target disk .
- Syntax :- C:/> disk copy <source path> <destination path>
- ex :- C:/> diskcopy A : B :
Note : This command is used after disk copy command to ensure that disk copied successfully . - FORMAT : Format is used to erase information off of a computer diskette or fixed drive .
- Syntax :- C:/> format (drive name)
- ex :- C:/> format A:
- LABEL : This command is used to see volume label and to change volume label .
- Syntax :- C:/> label (drive name)
- ex :- C:/> label A:
- SCANDISK : This utility is used to repair and check various disk error . It also defects various physical disk errors and surface disk errors .
- Syntax :- C:/> scandisk (drive name)
- ex :- C:/> scandisk A:
- MOVE : The purpose of move is move to files form one file to another place .
- Syntax :- C:/> move <source path > <target path >
- PRINT : This command allowed users to print a text to a line printer .
- Syntax :- C:/> print (file name)
- ex :- C:/> print ramu
- TREE : This command display the list of directories and files in specified path using graphical display . It display a directories of files like a tree .
- Syntax : C:/> tree > path
- ex :- C:/> tree A:
- DELTREE : This files is used to delete files a directories same as by DEL and RD commands because it completely removes specified directories i.e disk will all it files and sub directories at a time .
- Syntax :- C:/> deltree >path
- ex:- C:/> deltree A:/> ramu
Comments
Post a Comment