From: tribby@cup.hp.com (Dave Tribby) Reply-To: tribby@cup.hp.com (Dave Tribby) Newsgroups: comp.binaries.apple2 Subject: catrez: Shell program to concatenate resource forks (GS) Date: 31 Jul 1996 19:09:04 GMT Organization: Information Networks Division: Hewlett Packard Message-ID: <4tob0g$9k5@hpindda.cup.hp.com> catrez -- concatenate resource forks from files catrez concatenates resources from multiple files into the resource fork of a single file. (The data fork of the destination file is not modified.) This is useful to programmers who create resources for a program in several different files and need to combine them into the resource fork of the final executable file. Author: Dave Tribby (catrez is freeware.) The archive includes the following files README instructions catrez executable catrez.1 man page catrez.c ORCA/C source file version.rez rez source code makefile.mk "dmake" file THANKS ====== To Devin Reade and Soenke Behrens for their many contributions to the Apple IIGS programming community that make creating programs easier. Among their various tools, Devin's dmake and Soenke's occ have helped me on many large and small programming projects.