IMGFLPYD
~~~~~~~~
This utility is used to create a diskette image to a file.  The diskette
can be a 1.44MB 3.5" or 1.2MB 5.25" diskette.  Other diskette sizes are not
supported by this program.

It can also be used to write the diskette image file back to a diskette of
the same type.


To Use:
~~~~~~~
imgflpyd driveletter filename [/small]

The /small switch creates an image that is not the full size of the diskette.
Do NOT use the /small switch if you want a normal diskette image or if
you're going to use it with mkbiso.

- OR -

imgflpyd filename /expand

This will expand a diskette image file created with the /small switch
to be the full diskette size.

- OR -

imgflpyd driveletter filename [/write]

The /write switch is used to write the diskette image file back to a
diskette.

- OR -

imgflpyd driveletter filename [/fullwrite]

This also writes the diskette image file back to a diskette but causes
the program to write the full diskette even when using a diskette image
file created with the /small switch.

Examples:
~~~~~~~~~
imgflpyd a cdboot.f35
imgflpyd a cdboot.f35 /small
imgflpyd cdboot.f35 /expand
imgflpyd a cdboot.f35 /write
imgflpyd a cdboot.f35 /fullwrite


