diskcopy

In computing, diskcopy is a command used on MS-DOS, PC DOS, FlexOS[1], TRIPOS[2], AmigaDOS, FreeDOS[3], OS/2, and Microsoft Windows for copying the complete contents of a diskette to another diskette.[4][5] The MS-DOS version was originally written in August 1982.[6][7]

Example

  • Copy the complete contents of the diskette in Drive A drive to the diskette in B drive.
diskcopy a: b:
  • If you only have one diskette drive, you can diskcopy by typing the source drive only. The disk copy program will prompt you 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 you want to copy only the first side of the diskette, even if the target diskette is double sided, you can do so by using the /1 switch.
diskcopy a: /1
  • If you want to make sure the contents are written reliably, you can use the /V switch, 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.[8]

References

  1. http://www.bitsavers.org/pdf/digitalResearch/flexos/1073-2003_FlexOS_Users_Guide_V1.3_Nov86.pdf
  2. https://www.pagetable.com/docs/amigados_tripos/tripos_manuals.pdf
  3. http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/group-base.html
  4. http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/diskcopy.mspx
  5. https://archive.org/details/1988-rugheimer-spanik-amigados-quick-reference
  6. Paterson, Tim (2013-12-19) [1983]. "Microsoft DOS V1.1 and V2.0: /msdos/v20source/DISKCOPY.ASM". Computer History Museum, Microsoft. Retrieved 2015-10-01.
  7. Shustek, Len (2014-03-24). "Microsoft MS-DOS early source code". Software Gems: The Computer History Museum Historical Source Code Series. Retrieved 2015-10-01.
  8. ActiveWindows -- DOS Diskcopy Command Archived July 7, 2011, at the Wayback Machine.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.