home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / imgflpyd.zip / readme.txt < prev   
Text File  |  2005-01-05  |  1KB  |  50 lines

  1. IMGFLPYD
  2. ~~~~~~~~
  3. This utility is used to create a diskette image to a file.  The diskette
  4. can be a 1.44MB 3.5" or 1.2MB 5.25" diskette.  Other diskette sizes are not
  5. supported by this program.
  6.  
  7. It can also be used to write the diskette image file back to a diskette of
  8. the same type.
  9.  
  10.  
  11. To Use:
  12. ~~~~~~~
  13. imgflpyd driveletter filename [/small]
  14.  
  15. The /small switch creates an image that is not the full size of the diskette.
  16. Do NOT use the /small switch if you want a normal diskette image or if
  17. you're going to use it with mkbiso.
  18.  
  19. - OR -
  20.  
  21. imgflpyd filename /expand
  22.  
  23. This will expand a diskette image file created with the /small switch
  24. to be the full diskette size.
  25.  
  26. - OR -
  27.  
  28. imgflpyd driveletter filename [/write]
  29.  
  30. The /write switch is used to write the diskette image file back to a
  31. diskette.
  32.  
  33. - OR -
  34.  
  35. imgflpyd driveletter filename [/fullwrite]
  36.  
  37. This also writes the diskette image file back to a diskette but causes
  38. the program to write the full diskette even when using a diskette image
  39. file created with the /small switch.
  40.  
  41. Examples:
  42. ~~~~~~~~~
  43. imgflpyd a cdboot.f35
  44. imgflpyd a cdboot.f35 /small
  45. imgflpyd cdboot.f35 /expand
  46. imgflpyd a cdboot.f35 /write
  47. imgflpyd a cdboot.f35 /fullwrite
  48.  
  49.  
  50.