Lesson 6 : EXTERNAL COMMANDS
11) XCOPY:
It is used to copy all selected files of one disk to another disk.Syn: C:\> XCOPY A: B:
12) EDIT:
It is used to make changes to the text of files.Syn: C:\>EDIT file-name
13) MOVE:
It is used to move the files or directories from one drive to another drive.
Syn: C:\>MOVE file-name directory-name
14) DISK COMPARE:
It is used to compare two drives.Syn: C:\>DISKCOMP A: B:
15) SORT:
It is used to sort the text of a file in order.Syn: C:\>SORT file-name
16) SORT/R:
It is used to sort the text of a file in reverse order.Syn: C:\>SORT/R file-name
17) MORE:
It is used to display the information in page screen wise.Syn:C:\>Type filename|more
18) DOSKEY:
It is used to store all recent used commands in the Buffer.Syn:C:\>DOSKEY
To install the doskey
- F7: T o dispaly all previous used commands.
DOSKEY F7 Command |
- F9: To give the line number of the commands.
DOSKEY F9 Command |