diskcomp

In computing, diskcomp is a command used for comparing the complete contents of a floppy disk to another one.

diskcomp
Developer(s)Microsoft, IBM, DR, Datalight, Novell, Toshiba, Michal Meller
Initial release1981, 3839 years ago
Operating systemMS-DOS, PC DOS, FlexOS, DR DOS, ROM-DOS, 4690 OS, SISNE plus, OS/2, Windows, FreeDOS
TypeCommand
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/diskcomp

Overview

DISKCOMP.COM in IBM PC DOS 1.0

The command is used on DOS, Digital Research FlexOS,[1] IBM/Toshiba 4690 OS,[2] SISNE plus,[3] IBM OS/2[4] and Microsoft Windows.[5] It is available in MS-DOS versions 3.2 and later and IBM PC DOS releases 1 and later.[6] DR DOS 6.0 also includes an implementation of the diskcomp command.[7] The FreeDOS version was developed by Michal Meller.[8]

The diskcomp command does not work with hard disk drives, CDs, network drives, Zip drives, or USB flash drives, etc. It also does not allow comparison from 3.5 inch drive to 5.25 inch drives, and vice versa. The source and target drive must be the same size.[9]

Examples

Compare floppy disks in drive A: and drive B:

diskcomp a: b:

If the computer has only one floppy disk drive (in this case drive A:), it is still possible to compare two disks:

diskcomp a: a:

The diskcomp command will prompt to insert each disk, as needed.

gollark: No, YAML giant and horrendous.
gollark: HTML would also be shipped this way instead of its accursed custom inconsistent parsing.
gollark: Oh, and if I were entirely redesigning the web more, HTTP would lose the weird case-insensitivity thing too. And maybe just work using JSON or some JSON-equivalent (well, we're using Lua here, so stricter Lua table syntax) instead of being a custom textual protocol.
gollark: News sites: they have a few kilobytes of text a page. They do not need to download megabytes of JS to render that, because the HTML renderer is perfectly good.
gollark: This is in fact something HTML is capable of.

References

Further reading

  • Cooper, Jim (2001). Special Edition Using MS-DOS 6.22, Third Edition. Que Publishing. ISBN 978-0789725738.
  • Kathy Ivens; Brian Proffit (1993). OS/2 Inside & Out. Osborne McGraw-Hill. ISBN 978-0078818714.
  • Frisch, Æleen (2001). Windows 2000 Commands Pocket Reference. O'Reilly. ISBN 978-0-596-00148-3.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.