DISKCOPY
Deprecated command
Copies the contents of one floppy disk to another.
DISKCOPY [drive1: [drive2:]] [/V]
Where:
drive1:
- Specifies the source drive (followed by a colon:
).drive2:
- Specifies the destination drive (followed by a colon:
)./V
- Verifies that the information is copied correctly.
The two floppy disks must be of the same type.
Example: Copy the contents of the floppy disk in drive K:
to the floppy disk in drive L:
, verifying that the information is copied correctly:
diskcopy K: L: /v
Comments