> On Mar 14, 2020, at 3:03 PM, Tom Wilson <wilso...@gmail.com> wrote:
> Now for the next step... it looks like BASIC programs encoded as text get 
> renamed somewhere in the process as "db" files. So "HELL1.BA" becomes 
> "HELLO1.DB" when I view the file through TS-DOS.

It ought to work to leave the resident portion running (DOS ON mode), exit to 
basic, and:
LOAD"0:hello1.db"
To load it straight from the disk through the tokenizer.

The resident bit is really really handy, and that 0: notation works all over 
the place.

Reply via email to