Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cwjcc!tut.cis.ohio-state.edu!ucbvax!UBVMSC.CC.BUFFALO.EDU!V112PDL5 From: V112PDL5@UBVMSC.CC.BUFFALO.EDU Newsgroups: comp.sys.apple Subject: RE: Re: Problem unpacking LISTER sample Message-ID: <8902081055.aa09561@SMOKE.BRL.MIL> Date: 8 Feb 89 14:10:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 I've had the same problem. The solution is changing the little basic program at the end of the last text file. The basic program (actually ProDOS basic file commands) reads in each of the three binary files (list.1, list.2, and list.3 if memory serves) one at a time at appends them into a .BQY file. Unfortunately the last BLOAD does NOT load LIST.3, but rather LIST.1. The correction for this is changing the last "BLOAD LIST.1,[options]" to "BLOAD LIST.3,[options]". That should do the trick. - Mark Cromwell