Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!bbn!uwmcsd1!csd4.milw.wisc.edu!neighbor From: neighbor@csd4.milw.wisc.edu (Jeffrey Alan Ding) Newsgroups: comp.sys.apple Subject: Re: Recent BLU 227 update Message-ID: <3395@uwmcsd1.UUCP> Date: Thu, 5-Nov-87 22:03:14 EST Article-I.D.: uwmcsd1.3395 Posted: Thu Nov 5 22:03:14 1987 Date-Received: Sun, 8-Nov-87 10:52:11 EST References: <8710280939.aa00816@FHP2.HUACHUCA-EM.ARPA> <1877@dasys1.UUCP> Sender: daemon@uwmcsd1.UUCP Reply-To: neighbor@csd4.milw.wisc.edu.UUCP (Jeffrey Alan Ding) Organization: University of WI-Milwaukee Lines: 36 Summary: executioner / did you get this version to work? >> BSAVE BLU,A$800,E$56A6 >> Why are their lines which follow the bsave command? > > This is the format that the EXECUTIONER program uses; formerly, >TE (THE EXECUTIVE) would end an EXEC file with BSAVE blah blah blah >and that would be it; I don't know why this new program has >lines after the BSAVE, maybe one of the techies could explain it, >but it seems to me that it may have something to do with the >packing part of the program (4 bit (HEX) or 6 bit packing) and >those lines probably tell ProDOS whthe packing info. Someone >correct me if I'm wrong, please. I think the lines your talking about is garbage. I looked at the exec file of BLU2.27 and if I recall it was not in the EXECUTIONER format, but some other format that did does not pack like the EXECUTIONER. Those lines are a repeat of some of the hex dump somewhere in the middle of the file. If you do a search on part of that hex string you will find it. Now in EXECUTIONER after the BSAVE command there is a $xxxxG. I think $E00G. That changes the ProDos file type and the starting location of the file to reflect the original files attributes. If this was not done, SYS files or BAS files for example would be saved as BIN file types. Thus making them useless. Now about that new version of BLU (2.27) Has anyone gotten it to work? I downloaded it to my computer and exec-ed it but when I ran it .... Nothing. I only tried downloading it once so maybe my file was corrupt. Has anyone else had success in this new version? Any comments, replies welcome. neighbor@csd4.milw.wisc.edu