::::::::::::::::::::::::::::::::::: :: Mad Source File Documentation :: ::::::::::::::::::::::::::::::::::: :: MFILE :: ::::::::::::::::::::::::::::::::::: :: Mad Archive File Utility :: ::::::::::::::::::::::::::::::::::: /* Description */ Mfile will build mad archives and optionally compress the files in them. /* How To Use: */ To make a new archive: mfile -n data.mad To open an archive: mfile data.mad For other commands press 'h' in the program. To use a script to build a mad file: mfile -n data.mad < mfile.in mfile.in would contain commands like: ahero.anm q In the first line a means to add file, and hero.anm is the file added. The next line 'q' tells mfile to quit. To disable compression use the 'c 0' command To enable compression again use the 'c 1' command /* Known Issues */ . Files less than 8bytes in size fail the compression