home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / DISKCOPY.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  894 b   |  19 lines

  1. COMMAND:  DISKCOPY (Copy Diskette)
  2.  
  3. FUNCTION: Copies the contents of the diskette in the source drive to the
  4.           diskette in the target drive.
  5.  
  6. FORMAT:   DISKCOPY [d: [d:]] [/1]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  /1 causes only the first side of the source diskette to be copied.
  11.           The first drive specified is the source drive and the second drive
  12.           is the target drive. You can specify the same or different drives.
  13.           If the second drive is omitted, the target drive is the default
  14.           drive. If both drives are omitted, a single drive copy is performed
  15.           on the default drive. Since the copy is done by sectors, diskettes
  16.           with fragmented files should be copied using COPY. The target
  17.           diskette is formatted, if necessary, using the format of the source
  18.           diskette prior to the copy operation.
  19.