home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / DOOMTOOL.ZIP / CAT.DOC next >
Encoding:
Text File  |  1994-03-17  |  685 b   |  16 lines

  1. This is just a quick hack I wrote to concatenate two PWAD files into a third
  2. file.  All it does is concatenate the data portion of the PWADs and the
  3. directories of the PWADs.  There will be duplicate entries created in the
  4. output file if there are duplicate entries in the two source PWAD files.
  5. The output file will be overwritten if it already exists.  If an input and
  6. an output file have the same name, bad things may happen.
  7.  
  8. I wrote this using Dos Edit, demacs, Borlad C++ 4, but the program is 
  9. compiled with Turbo C++ 3 because I didn't want the 20k of extra stuff BC4
  10. puts in.
  11.  
  12. Written, coded, and compiled on 3/17/94/ by:
  13. James Dooley
  14. jdooley@ugcs.caltech.edu
  15.  
  16.