NAME

pro_opt - Optimize an Apple II ProDOS disk image file

SYNOPSIS

pro_opt IMAGE-FILE OUTPUT-FILE

DESCRIPTION

pro_opt eliminates wasted space from a disk image file containing an Apple II ProDOS volume. It does this by creating a new disk image file and copying all files from the old image to the new one. Any un-allocated blocks are eliminated from the new image file.

REQUIREMENTS

pro_opt requires the modules AppleII::ProDOS and AppleII::Disk, which are included with LibA2.

BUGS

There are no known bugs, but you should keep a copy of your old image file until you're sure the optimized image file works properly.

AUTHOR

Christopher J. Madsen <ac608@yfn.ysu.edu>