Renaming the files is not the issue. The issue is that many text files are incorrectly named as .BA. As you know if you try to load a text file labeled as .BA the M100 will try to tokenize it on the fly, and it is not fast enough to keep up.
Jeff Birt From: M100 <[email protected]> On Behalf Of John R. Hogerhuis Sent: Wednesday, October 20, 2021 3:23 PM To: [email protected] Subject: Re: [M100] Recompile multiple BA files Well. Tokenized files do load faster. But aside from that I don't see the trouble in just naming files correctly. That's the best fix. You're using a Backpack... Laddiealpha autodetects and presents the correct extension itself if you mess up. That's the way I solved it. If you want to automate tokenization you could write a program to connect to VirtualT debug socket and use the real tokenizer. The other way is to use a tokenizer on the PC. I think there's one around. But I'm not sure how accurate it is. -- John.
