Diskcopy
Command that makes a copy of a diskette From Wikipedia, the free encyclopedia
In computing, diskcopy is a command used on a number of operating systems for copying the complete contents of a diskette to another diskette.[1][2]
Original author(s) | Chris Peters |
---|---|
Developer(s) | Microsoft, IBM, Digital Research, Datalight, Novell, Toshiba, MetaComCo, Processor Technology, TSL, Imre Leber |
Initial release | 1982, 42–43 years ago |
Operating system | MS-DOS, PC DOS, FlexOS, DR DOS, 4690 OS, TRIPOS, PTDOS, AmigaDOS, PC-MOS, ROM-DOS, PTS-DOS, SISNE plus, FreeDOS, OS/2, eComStation, ArcaOS, Windows |
Platform | Cross-platform |
Type | Command |
License | MS-DOS: MIT FreeDOS: GNU GPL 2 PC-MOS: GNU GPL 3 |
Implementations

DISKCOPY.COM
(among other commands) in IBM PC DOS 1.0.The command is available in MS-DOS, IBM PC DOS, DR FlexOS,[3] IBM/Toshiba 4690 OS,[4] MetaComCo TRIPOS,[5] Processor Technology PTDOS,[6] AmigaDOS, TSL PC-MOS,[7] PTS-DOS,[8] SISNE plus,[9] FreeDOS,[10] IBM OS/2,[11] and Microsoft Windows.[12]
The MS-DOS version was originally written in August 1982.[13][14]
It is available in MS-DOS versions 2 and later.[15] Digital Research DR DOS 6.0[16] and Datalight ROM-DOS[17] also include an implementation of the diskcopy
command. The FreeDOS version was developed by Imre Leber and is licensed under the GNU GPL 2.[18]
The command is not included in Windows 10.[19][failed verification]
The command is not included in Windows 11. xcopy is a like command
Example
- Copy the complete contents of the diskette in Drive A drive to the diskette in B drive.
>diskcopy a: b:
- If there is only have one diskette drive, diskcopy can be done by typing the source drive only. The disk copy program will prompt to insert the second (target) diskette once it finishes reading the complete contents of the first (source) diskette track by track into memory.
>diskcopy a:
- If only the first side of the diskette needs to be copied, even if the target diskette is double sided, the /1 switch can be used.
>diskcopy a: /1
- To make sure the contents are written reliably, the /V switch can be used, but it will cost more time to copy.
>diskcopy a: /V
- Force diskcopy to use only the conventional memory for temporary storage:
>diskcopy a: /M
Limitation
Diskcopy does not work with hard disk drives, CDs, network drives, Zip drives, or USB drives, etc. It also does not allow diskcopy from 3.5 inch drive to 5.25 inch drives, and vice versa. The source and target drive must be the same size.[20]
References
Further reading
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.