home *** CD-ROM | disk | FTP | other *** search
- This is just a quick hack I wrote to concatenate two PWAD files into a third
- file. All it does is concatenate the data portion of the PWADs and the
- directories of the PWADs. There will be duplicate entries created in the
- output file if there are duplicate entries in the two source PWAD files.
- The output file will be overwritten if it already exists. If an input and
- an output file have the same name, bad things may happen.
-
- I wrote this using Dos Edit, demacs, Borlad C++ 4, but the program is
- compiled with Turbo C++ 3 because I didn't want the 20k of extra stuff BC4
- puts in.
-
- Written, coded, and compiled on 3/17/94/ by:
- James Dooley
- jdooley@ugcs.caltech.edu
-
-