Diskcopy (command)
Encyclopedia
In computing
Computing
Computing is usually defined as the activity of using and improving computer hardware and software. It is the computer-specific part of information technology...

, Diskcopy is a command
Command (computing)
In computing, a command is a directive to a computer program acting as an interpreter of some kind, in order to perform a specific task. Most commonly a command is a directive to some kind of command line interface, such as a shell....

 used on IBM
IBM
International Business Machines Corporation or IBM is an American multinational technology and consulting corporation headquartered in Armonk, New York, United States. IBM manufactures and sells computer hardware and software, and it offers infrastructure, hosting and consulting services in areas...

 OS/2
OS/2
OS/2 is a computer operating system, initially created by Microsoft and IBM, then later developed by IBM exclusively. The name stands for "Operating System/2," because it was introduced as part of the same generation change release as IBM's "Personal System/2 " line of second-generation personal...

, PC DOS and MS-DOS
MS-DOS
MS-DOS is an operating system for x86-based personal computers. It was the most commonly used member of the DOS family of operating systems, and was the main operating system for IBM PC compatible personal computers during the 1980s to the mid 1990s, until it was gradually superseded by operating...

, and Microsoft Windows
Microsoft Windows
Microsoft Windows is a series of operating systems produced by Microsoft.Microsoft introduced an operating environment named Windows on November 20, 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces . Microsoft Windows came to dominate the world's personal...

for copying the complete contents of a diskette to another diskette.

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 drives, CDs, network drives, ZIP drives, or USB drives, etc. It also does not allow diskcopy from 3.5 inch drive to 5.25 inich drives, and vice versa. The source and target drive must be the same size.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK