home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / h / hd-cpy16.zip / HD-COPY.NEW < prev    next >
Text File  |  1992-12-28  |  8KB  |  151 lines

  1. Siehe HD-COPY.NEU für deutsche Neuigkeiten!!!
  2. -----------------------------------------------------------------------------
  3.  
  4.                       H D - C O P Y   1 . 6 b e t a
  5.                     _________________________________
  6.                     ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~
  7.  
  8. Copyright (c) 1992/93 by TBH-Softworx --- all rights reserved
  9.               Oliver Fromme, Klingestr. 2, 3380 Goslar, Germany
  10.               email:   inof@sun.rz.tu-clausthal.de   (internet)
  11.  
  12. HD-Copy is CARDWARE. See HD-COPY.DOC for further details.
  13.  
  14. -----------------------------------------------------------------------------
  15.  
  16.               Changes from version 1.5 GTI to version 1.6ß
  17.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. If you've read the documentation of version 1.5, you should read this
  19. textfile. If this is your first approch to HD-Copy, please read HD-COPY.DOC
  20. instead.
  21. -----------------------------------------------------------------------------
  22.  
  23. 1. Options and parameters for auto/fix-mode and recalibration were removed.
  24.    It turned out that they are not needed.
  25.  
  26. 2. New command line parameters:
  27.       Z+ / Z- : Turn debugging-mode on/off (default: off).
  28.                 Try it, and you'll see what it does.
  29.       X+ / X- : Turn usage of XMS memory on/off (default: off).
  30.                 If it's on, HD-Copy tries first to get 1815 Kb of XMS memory.
  31.                 If this fails, it tries to allocate 1815 Kb on hard disk.
  32.                 If it's off, HD-Copy tries to use the hard disk only.
  33.       H+ / H- : Turn head settle wait on/off (default: off).
  34.                 See below.
  35.  
  36. 3. HD-Copy 1.6ß is able to read extremely bad disks (as far as it is
  37.    possible), even track 0 (with bootblock and FAT on it) needn't be
  38.    readable.
  39.    (It even tries hard to read an unformatted disk ... If this happens,
  40.    hit any key and wait until HD-Copy has finished the current track.)
  41.  
  42. 4. When formatting, HD-Copy verifies empty tracks (provided verify is on).
  43.  
  44. 5. A disk formatted with HD-Copy can be faster read, written and verified:
  45.       26.5 instead of 30.0 sekonds at 1.2 Mb,
  46.       32.0 instead of 35.5 sekonds at 1.44 Mb!!!
  47.  
  48. 6. The parameter file HD-COPY.CFG mustn't be any longer in the current
  49.    directory, but in the same directory in which HD-COPY.EXE is located.
  50.    HD-COPY.CFG may contain comments, preceded by ";", "%" ,or "#",
  51.    the remainder of the line is ignored.
  52.  
  53. 7. There's an new menu, called format menu, which enables you to format
  54.    the disk in the destination drive. The format is fully compatible
  55.    with DOS' FORMAT and the high-capacity-formatter FDFORMAT.
  56.    It's also possible to format in RISK-mode.
  57.    You may turn off verify, but you shouldn't do this. It's very fast even
  58.    with verification (faster than FORMAT and FDFORMAT).
  59.    Track 0 is always verified, since this track contains vital information
  60.    (bootblock, FAT, root directory).
  61.    Every formatted disk gets a unique name and a unique identification
  62.    number (8 hex digits). Of course you can change the name with DOS'
  63.    LABEL command.
  64.    The option "format destination" doesn't influence this menu.
  65.  
  66. 8. Something special with the format menu (only with verify on!):
  67.    If you format standard disks (max. 18 sectors at 3.5", 15 sectors at
  68.    5.25"), a single bad sector per track can be exchanged with a
  69.    "spare sector".
  70.    This means: you can format disks which contain bad blocks (or which
  71.    FORMAT just refuses to format because the bad block is on track 0)
  72.    and get the full capacity (there are no bad blocks anymore)!
  73.    If such an exchange takes place, the corresponding track is verified
  74.    twice to ensure data safety.
  75.    If there are two or more bad blocks on a track (or if you use a
  76.    non-standard format), HD-Copy can't eliminate all bad blocks on this
  77.    track. Of course the remaining bad blocks are marked (in the FAT),
  78.    so they're not used for data storage.
  79.  
  80.    Note: this applies only to "stand-alone format" (i.e. within the format
  81.    menu). If HD-Copy is formatting while writing its buffer contents,
  82.    no exchange and no FAT-marking of bad blocks takes place.
  83.    (Perhaps this is something for version 1.7 ...)
  84.  
  85. 9. Parameters are evaluated in the following order:
  86.       1. Environment variable HD-COPYCMD
  87.       2. Paremeter file HD-COPY.CFG (same directory as HD.COPY.EXE)
  88.       3. Command line parameters
  89.    If a parameter occurs more than once (e.g. "X- X+"), the last
  90.    one is valid (i.e. "X+").
  91.  
  92. 10. You needn't 1815 Kb of XMS memory any more (as of version 1.5),
  93.     it's now possible to buffer the disk data on hard disk.
  94.     Then of course you need a hard disk with at least 1815 Kb free
  95.     disk space.
  96.     The temporary buffer file is created the directory specified by
  97.     one of the following environment variables:
  98.        HD-COPYTEMP
  99.        TEMP
  100.        TMP
  101.     If none of them points to a directory where a 1815 Kb file can be
  102.     created, "C:\" is tried (as a last chance). If this fails too,
  103.     HD-Copy is aborted.
  104.     The directory specification must consist of a complete Path
  105.     including a drive letter, e.g. "C:\TMP" or "C:\TMP\" (the trailing
  106.     "\" is optional).
  107.     If you have no (or not enough) XMS, but another kind of RAM memory
  108.     (e.g. LIM-EMS), you should install a RAM-disk of 1815 Kb (or more),
  109.     this would be much faster than buffering on hard disk.
  110.  
  111.     However, XMS memory is the fastest possibility. So, if you have
  112.     the choice between XMS and EMS, choose XMS.
  113.  
  114. 11. There's a new option called "head settle time". It's normally off.
  115.     If you turn it on, there's a short delay after every track change
  116.     (this is the "head settle time").
  117.     I hope this option is not needed. If you have to turn it on (to
  118.     avoid disk errors), please let me know.
  119.  
  120. 12. "Put to file" and "Get from file" perform a simple datacompression
  121.     resp. decompression. You may do further compression with a archive
  122.     program. I recommend ARJ (shareware) by Robert Jung, it has
  123.     excellent compression rates.
  124.  
  125. 13. This is an overview of all symbols which HD-Copy 1.6ß is using to
  126.     signal any disk activities (windows 1 and 2):
  127.        R (green)  : Read - the track was read successfully
  128.        V (green)  : Verify - the track was written correctly
  129.        T (green)  : Test - the track is formatted and (hmm...) can be read
  130.        C (green)  : Corrected - an bad block was successfully exchanged
  131.        W (blue)   : Write - the track was written
  132.        F (purple) : Format - the track was formatted
  133.        E (red)    : Error - a read or write error occured
  134.        B (red)    : Buffer error occured (transfer from/to buffer file)
  135.        M (red)    : Mismatch - disk and buffer data are different
  136.        - (grey)   : a free (empty) track (needs no further treatment)
  137.        · (grey)   : a free (empty) track (not yet reached)
  138.         (grey)   : an allocated track (not yet reached)
  139.  
  140. 14. What I'm planning for version 1.7...
  141.      - Exchange of bad blocks when writing the buffer's contents.
  142.        (i.e. not only with the "stand-alone format").
  143.      - Support of 1.968 Mb disks.
  144.      - Support of 4 floppy disk drives, with 1 or 2 controllers.
  145.      - Support of 2.88 Mb disks and drives, and formats of up to 3.526 Mb
  146.        on such drives (perhaps up to 3.936 Mb, using the same techniques
  147.        as for 1.968 Mb).
  148.      - The ability to view the contents of the root directory of any disk.
  149.  
  150. -----------------------------------------------------------------------------
  151.