home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / dcopy12.arj / DCOPY.DOC < prev    next >
Encoding:
Text File  |  1990-11-19  |  2.4 KB  |  51 lines

  1. Program DCOPY  V1.2  November 1990
  2.  
  3.     Program to copy floppy disks with the greatest possible speed and
  4.     convenience.
  5.  
  6.     Advantages over DISKCOPY include:-
  7.     -   Copies an entire disk without multiple disk changes.
  8.     -   Makes multiple copies of a disk without reading the source disk
  9.         more than once.
  10.     -   Makes unlimited number of attempts to read bad parts of a disk.
  11.     -   Verifies every track and allows repeated attempts to write a track
  12.         in the event of difficulty.
  13.     -   Status of copying is shown throughout.
  14.     -   Detailed diagnostic information in the event of problems.
  15.     -   Some add-on 3.5 inch drive configurations will not work reliably
  16.         with DISKCOPY but do work properly with DCOPY.
  17.  
  18.     Disadvantages compared to DISKCOPY include:-
  19.     -   Requires a hard disk (drive C) to be available with enough disk space.
  20.     -   Cannot copy from one drive to another.
  21.     -   Cannot format diskettes.
  22.  
  23.     This program reads sectors directly from an entire floppy disk and writes
  24.     a file to drive C called DCOPY.$$$ containing the data.  Then it asks
  25.     for a new disk and writes the file to the disk.  It then allows
  26.     additional copies to be made.  A new source disk can then be loaded.
  27.  
  28.     It handles 360KB and 1.2MB 5.25" disks and 720KB and 1.44MB 3.5" disks.
  29.     It handles both the normal 720KB format and an older 720KB format that
  30.     is sometimes encountered.
  31.     The target disk must be formatted and must be of the same type as the
  32.     source disk, with the exception that 360KB images may also be copied on
  33.     720KB diskettes.
  34.  
  35.     Usage: DCOPY drive:
  36.         eg. DCOPY A:
  37.         or DCOPY B:
  38.     If any serious errors are encountered the temporary file is deleted and
  39.     an error message is displayed and the program stops.
  40.     However when reading the source disk an unlimited number of attempts
  41.     to read a bad sector can be made.
  42.     The target disk is verified track by track during writing and if an error
  43.     occurs then an unlimited number of attempts to write the track and again
  44.     verify it can be made.
  45.     It is essential to remove the disk in the drive after copying is
  46.     complete and the program ends.  This is because DOS does not know that
  47.     the entire contents of the disk have been altered.  If the disk is still
  48.     required in the drive, it is adequate to just open then close the door
  49.     of the drive.
  50.  
  51.