Robert Boucher writes ...
>
> I have a multi-line text file in a BASIC type format. In my younger
> days, I think I remember there was a way to convert this text file into
> a regular BASIC program, but I can't remember how. I would hate to have
> to retype it.
>
> Any help?
If the file is named "NARF.TXT" you would enter ...
EXEC NARF.TXT
Rubywand