[comp.sys.apple] Help! Anyone have 'Magic Window' for the Apple II?

ericmcg@pro-generic.cts.com (Eric Mcgillicuddy) (11/08/89)

In-Reply-To: message from phoenix!zimerman@princeton.edu

If you are any good at Applesoft BASIC a small program can be written that
bload's the file, OPEN newfile,WRITE newfile, then peek(counter) and print.
Once the end of the file is reached (you know from the length of the file)
CLOSE. and you are finished. BLOAD all of the files to the same known location
in memory.

An easier solution may be to transfer the files to ProDOS, BLOAD
oldfile,A$2000 then BSAVE newfile,A$2000,L$length,TTXT. I have no idea how the
text will be formatted, but this should get it into a format that can be
manipulated.