Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ames!sdcsvax!ucbvax!DMZRZU71.BITNET!mat6013 From: mat6013@DMZRZU71.BITNET Newsgroups: comp.sys.apple Subject: Re: Applesoft in a 'B' file Message-ID: <8708241147.aa04942@SMOKE.BRL.ARPA> Date: Tue, 25-Aug-87 08:05:59 EDT Article-I.D.: SMOKE.8708241147.aa04942 Posted: Tue Aug 25 08:05:59 1987 Date-Received: Wed, 26-Aug-87 05:49:50 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 Obviously the CATALOG TO LABELS OR FILE program wasn't textualized using a DOS 3.3 version of the Executioner. You can find this out if you have a look at the hex code in the beginning of the text file; it's just the standart one for ProDOS. But it won't EXEC under ProDOS because of the manualy changed filename in the BSAVE statement at the end which causes a SYNTAX ERROR. Using DOS 3.3 the file will be saved (as type "B") but of course the "E00G" crashes. To correctly EXEC it I suggest: 1) Edit the filename in the BSAVE statement from "CATALOG TO LABELS OR FILE" to just "CATALOG" (it was actually created using this one as you can see by dumping the hex code in the prologue), 2) EXEC it using ProDOS; you will get the BASIC program in a BAS file, 3) Convert this BASIC program to DOS 3.3. Matthias Kapffer