Bundle-O-Monkey Instructions.


Bundle-O-Monkey is a program for bunding executables and datafiles.
It uses allegro and allegro's datafile tools, binaries of which are
included here.


For reasons best not known, a self-executing progra-datafile package is
called a "monkey".  To create a monkey, you use the program "bundle":

bundle <output.exe> <program.exe> <datafile>

bundle produces a monkey names <output.exe>, which is a program which
extracts <program.exe> and <datafile> to a temporary directory, runs them,
then deletes its temporary files.

Any parameters given to the monkey are passed on to the program.
