home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 167 / FORM360.ZIP / IMG-READ.ME < prev    next >
Text File  |  1987-09-15  |  2KB  |  61 lines

  1.  
  2.                              IMAGE READ/WRITE
  3.  
  4. RIMAGE.EXE
  5.  
  6. This utility will read a 360k floppy (in either drive A: or B:), track by
  7. track, and save its image to a file called 'IMAGE.DUP' in the current
  8. directory.
  9.  
  10. No options other that drive selection, it just does it.
  11.  
  12. 'IMAGE.DUP' contains a complete image of the floppy from sector 0 track 0
  13. to sector 8 track 39.
  14.  
  15. If errors occur while reading the floppy, you will be asked if you wish
  16. to continue anyway.  Answer <Y>es, and reading will continue as if the
  17. error had not happened.  The data read from the track where the error
  18. occurred will be written to the image file, however, it's unpredictable
  19. how much of the data actually came from the disk.  To make searching the
  20. image file for error sectors easier, the data buffers are filled with '!'
  21. characters before each read.  Large areas of the image file containing
  22. '!' represent data sectors that never made to memory from the disk
  23. controller.
  24.  
  25.  
  26. WIMAGE.EXE
  27.  
  28. This utility performs the reverse of RIMAGE.EXE.  It writes the image
  29. found in 'IMAGE.DUP' (again, in the current directory) to 360k floppy.
  30. The floppy is formatted, 'painted' with the image, then optionally
  31. verified.
  32.  
  33. Two command line options are recognized.  They are:
  34.  
  35. /Q      Quiet mode.  Errors cause immediate termination without display
  36.         of error report.  Use this switch when running FORM360 from batch
  37.         files.  WIMAGE defaults to not quiet and, on error, provides the
  38.         reports that FORM360 does.
  39.  
  40. /V      Verify the disk's integrity after writing the image.  Defaults to
  41.         no verify.
  42.  
  43.  
  44. As with all RCT utilities, success or failure may be tested using the dos
  45. errorlevel value.  Example:
  46.  
  47. wimage b: /v /q
  48. if errorlevel == 1 goto failed
  49. .
  50. .
  51. .
  52. :failed
  53.  
  54.  
  55.   Bob Tellefson
  56.   RCT Design
  57.  
  58.  
  59. PS.  These two programs may be freely shared with friends and associates.
  60.      No compensation is expected or requested.
  61.