|
Syntax
Early versions of MS-DOS Syntax
DISKCOMP Source: Target: /1 /8
| Source: |
Source drive containing one of the floppy disks to be compared. |
| Target: |
Target drive containing the other disk to be compared. |
| /1 |
Compares only the first side of the disks |
| /8 |
Compares the first 8 sectors per track. |
Windows 2000 and Windows XP syntax
Compares the contents of two floppy disks.
DISKCOMP [drive1: [drive2:]]
Examples
DISKCOMP A: B: /1
Compares the first side of A: with B:
Additional information
This command cannot be used with a
hard disk drive and must be only used with floppies that are the
identical size.
The diskcomp exit codes are:
0 - Disks are the same.
1 - Disks are different.
2 - Process aborted with CTRL + C by user.
3 - Critical error.
4 - Initialization error.
|