Tatu informed me that he got a false positive for malware for this program, so I'm releasing the code
to quell any concerns. The code is for the latest release of the generator (v2 (1012)) as noted by the
file dates.
Explaining the code would take too long, but simply put; counts the number of cau files within a giv-
en directory, calculating the size of a tpa header would be and adds those as zeros to a file. Then, it
writes out header info to one file and appends all the cau data to the file with the zeros.
Afterwards, we just overwrite the zeros with the correct header info. The temp header file is deleted
and we're left with the new tpa file. My coding style is a little whack_a_doodle, so don't be surprised
if you're sort of left scratching your head after looking through it.
