home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmflp301.zip / diskcopy / readme.rob < prev    next >
Text File  |  1997-01-05  |  1KB  |  30 lines

  1. This is a 32 bit verstion of pmfloppy written by Greg Bryant
  2. andBrady Flowers.  Mainly I have just enhanced the usability,
  3. cleaned upone or two bugs and hopefully not caused too many new
  4. ones
  5.  
  6. There are two new "Disk" functions:
  7.   1. Duplicate - Read a disk into an image, write the image to a
  8.      new floppy, read the new floppy into a second image, compare
  9.      the two images.  You are prompted for the new floppy when it
  10.      is required.
  11.   2. Copy/Check - Write an image to a floppy, read the floppy
  12.      into a second image, compare the images.
  13.  
  14. Both of these functions are available on the Disk drop-down.
  15.  
  16. There are Two new "Image" functions:
  17.   1. Floppy->file - Reads a floppy and stores the image in a file on disk
  18.   2. File->floppy - reads an image file from disk, writes it onto a
  19.     floppy, reads the floppy into a memory image then compares the two
  20.     images.
  21.  
  22. Both of these functions are available from the Image drop=down.  They
  23. use identical dialog windows, but only the File->floppy process uses the
  24. second image.
  25.  
  26. I have used the Guidelines product to generate my new dialogs, but not
  27. to generate any code.  This has required changes to the generated .dlg
  28. and .h files.  These changes are accomplished by the sed editor as you
  29. can see from the Make file.
  30.