Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!nike!cit-vax!ll-xn!caip!cbmvax!fred From: fred@cbmvax.cbm.UUCP (Fred Bowen) Newsgroups: net.micro.cbm Subject: Re: Tokenize text files. Message-ID: <663@cbmvax.cbmvax.cbm.UUCP> Date: Wed, 20-Aug-86 15:38:39 EDT Article-I.D.: cbmvax.663 Posted: Wed Aug 20 15:38:39 1986 Date-Received: Thu, 21-Aug-86 22:27:49 EDT References: <2956@ihuxf.UUCP> Organization: Commodore Technology, West Chester, PA Lines: 22 The lastest issue of Transactor (Nov 86) contains a letter describing how to do this (as well as execute command files!) via a one liner. This little ditty thanks to Frank DiGioia, Stone Mountain, GA: OPEN 2,8,2,"file,S,R": POKE 812,73: POKE 781,2: SYS 65478 Just hit RESTORE when it finishes, or end file data with the following (note NO line number): CLOSE 2: POKE 812,47: SYS 65484 This will also work on a 128, if you do the following: OPEN 2,8,2,"file,S,R": POKE DEC("32C"),DEC("3C"): SYS DEC("FFC6"),,2 ... CLOSE 2: POKE DEC("32C"),DEC("22") -- Fred Bowen uucp: {ihnp4|seismo|caip}!cbmvax!fred arpa: cbmvax!fred@seismo.CSS.GOV tele: 215 431-9100 Commodore Electronics, Ltd., 1200 Wilson Drive, West Chester, PA, 19380