Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!garnet.berkeley.edu!c60b2-ar From: c60b2-ar@garnet.berkeley.edu (Allen Kelton) Newsgroups: comp.binaries.apple2 Subject: Re: Trouble with Greetings program Message-ID: <1989Dec9.050922.14213@agate.berkeley.edu> Date: 9 Dec 89 05:09:22 GMT References: <3415@ccncsu.ColoState.EDU> Sender: c60b2-ar@garnet.berkeley.edu (Allen Kelton) Organization: University of California, Berkeley Lines: 29 In article <3415@ccncsu.ColoState.EDU> gk398816@longs.LANCE.ColoState.Edu (guy kendall) writes: > >I got the file that plays the greetings music on the GS at boot up and >cant get BINSCII to unpack >it. Here is what I did: >-Saved the message with the greetings program to my Unix system. >-Used Proterm with the Kermit protocal to send it to my GS. >-Used Proterm's editor to remove the comments before the FileStart line. >-Tried to unpack with BinScii but it told me that the CRC was bad, and >the file was corrupted. > >Also, how does one install this and get it to work once it is unpacked? > >Thanks. > >Guy Kendall I've successfully downloaded it and unpaacked it without a problem. The posted code is not at fault. I used sciibin, a Unix program to convert binscii files, and then downloaded that file. One problem may be a difference in line terminators. Apple wants a carriage-return, IBM wants a line-feed and carriage return, and Unix usees just a line feed. Try converting the Unix line-feed to carriage returns with: tr '\012' '\015' newname The unpacked files will include a doc file that explains quite nicely how to install the program and name the sound files. Hope it works for you.