Club 100 Library - 415/939-1246 BBS, 937-5039 NEWSLETTER, 932-8856 VOICE After a cold start go into BASIC and type this following, one line program, directly into BASIC: WITHOUT USING A LINE NUMBER. This will put all your data into a FIND.DO file with your .BA files first, .DO files second and your .CA files last; however, your .BA files will be in a tokenized form. OPEN"FIND"FOROUTPUTAS1:FORX=32767TO50000:PRINT#1,CHR$(PEEK(X));:NEXT To get your tokenized BASIC programs back into standard BASIC, cut one of the BASIC tokenized programs out of the FIND.DO file and paste it into a new .DO file then run the following programs in the following order: FLSTAT.BA DETOKE.BA with BASIC.DO FLSTAT.BA will give you informaion about the BASIC program that you need to give to the DETOKE.BA program. DETOKE.BA will use the start address information, and the BASIC.DO file to turn your tokenized file into a standard BASIC program