home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 October / CD_10_95.BIN / share / dos / dtst&cln / d-read.me next >
Text File  |  1995-08-17  |  1KB  |  46 lines

  1. ESKAY Soft- and Hardware
  2. S. Kluger
  3. Richard-Strauss-Str 19
  4. D-81677 Munich, Germany
  5. +49 89 45501080 voice
  6. +49 89 45501081 fax
  7. sfk@cube.net
  8.  
  9.  
  10. August 17, 1995
  11.  
  12.  
  13. -------------
  14. The included files are herewith released to the Public Domain.
  15. No strings attached. No guarantees. No nothing.
  16. -------------
  17.  
  18. I wrote DTEST a few years ago to do just what the name implies.
  19. It tests drive C:, or to be exact, the first physical drive. It gets
  20. the drive parameters from ROM BIOS and does a read test across the
  21. whole drive, a sector at a time.
  22.  
  23. When started with the -w option, a read/write test is performed.
  24. This test is non-destructive except in case of power failure.
  25.  
  26. The -c option tests continuously (otherwise th etest stops at the
  27. last sector of the drive).
  28.  
  29. ---
  30.  
  31. The other day I needed to copy the contents of one HD to 7 others.
  32. Thus, I massaged DTEST to create DCLONE.
  33.  
  34. DCLONE takes no parameters. If the first and second physical drive
  35. in a computer are absolutely identical, then the whole contents of
  36. the first drive are copied to the second. A R/W test ist performed
  37. on the second drive. The second drive must be low level formatted.
  38.  
  39. ---
  40.  
  41. Both programs can be aborted by pressing ESC.
  42.  
  43. ---
  44.  
  45. Both programs were compiled with BORLAND C.
  46.