The files in this archive were written by me because HEX, written by Sune
Marcher, does not patch the exe on the command line.  You have to load it up
and do it (Hex is also larger).  Can you say tedious?

I wanted something that can do it from a batch file, so people could include
an exe patch with their wad levels.

Patch can work with any program you want, just as long as you know where the
things are inside it that you want to change.

CAT.BAT adds two patch files together like this:
cat file1 file2 file3
With file3 being the destination file.  If no destination is specified, it
overwrites file1, so be careful!

Any comments/suggestions can be sent to:
[email protected]

Happy Hexen exe hacking!