Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!mtune!codas!killer!usl!elg From: elg@usl (Eric Lee Green) Newsgroups: comp.sys.cbm Subject: Re: SEQ -> PRG Message-ID: <162@usl> Date: Sun, 13-Sep-87 22:25:11 EDT Article-I.D.: usl.162 Posted: Sun Sep 13 22:25:11 1987 Date-Received: Tue, 15-Sep-87 04:56:58 EDT References: <741@csun.UUCP> Organization: CACS, Univ of SW La, Lafayette, LA Lines: 32 in article <741@csun.UUCP>, aeusejxn@csun.UUCP (Joachim Nave) says: > > In article <669@uokmax.UUCP> rufsmith@uokmax.UUCP (Random of Amber) writes: >>In response to Jeff Wieland's question about SEQ-PRG conversion: >>....... Sorry, but the only thing that comes >>to mind is for you to print out the file (if you have a printer) >>and type it in by hand. I should also point out that a program >>written on the IBM will very likely not work on the Commodore. > NOOOOOOOOO! > Please dont waste your time typing in the prgram again. All you have to > do is change one byte in the directory from 82 to 81 (hex). > You can edit this sector (12,...(hex)) with FastLoad. > If you do not know how to do this, you are welcome to send me the disk > (or a copy for that matter) and I will change it for you! Nope. It has to be in tokenized form. As mentioned by several others. Just changing the file type won't work, because the data is in the wrong format to be executed by Commodore BASIC. I recently needed to turn a Merlin program (text file) into a PAL program (which is stored as a tokenized BASIC program). Took about 15 minutes to whip up a quick conversion program, using the old print-it-to-screen-and-stuff-nls-into-keyboard-buffer trick. Wish I had it handy, but I'm at school now, and it's at home... -- Eric Green {ihnp4,cbosgd}!killer!elg {ut-sally,killer}!usl!elg elg@usl.CSNET -- Eric Green {ihnp4,cbosgd}!killer!elg {ut-sally,killer}!usl!elg elg@usl.CSNET