Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!wb1j+ From: wb1j+@andrew.cmu.edu (William M. Bumgarner) Newsgroups: comp.sys.mac.programmer Subject: Solution to REZ & MPW 3.0 shell variables Message-ID: <4YEKhby00VQE03qltD@andrew.cmu.edu> Date: 11 Apr 89 03:05:11 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 21 I finally found a clean, but kludgy way to specify multiple resource files as includes for rez.... This be it: CDXset D {COMPLETE} Delete -i CDXset(temp).r For __fs__i in {COMPLETE} echo "include 6"{__fs__i}6";" >> CDXset.r End Unset __fs__i rez -o CDXSet -t XSTK -c WILD -a -ov < CDXset.r Delete -i CDXset(temp).r D=option F where appropriate 6=option D where appropriate Kind of annoying... but a decent logic puzzle never the less. b.bum wb1j+@andrew.cmu.edu