Hi good afternoon.
I come from Germany and am 74 years old.
play with the bbcbasic for dos and the dosbox x.
How can I get programs that I write in text to run?
bring with bbcbasic for dos.
Is there a program that is in there in that folder
or is there another program for this please?
Is there a compiler in the bbcbasic dosing folder please?
Thanks.
greeting
bbcbasic for dos.
Re: bbcbasic for dos.
You can use *EXEC to load a program in plain text:
Code: Select all
NEW
*EXEC myprog.bas
RUN
Code: Select all
NEW
*EXEC myprog.bas
SAVE "myprog.bbc"
Code: Select all
> BIGRUN myprog.bbc
-
- Posts: 30
- Joined: Sun 12 Feb 2023, 10:16
Re: bbcbasic for dos.
hello , thanks for the info.
greeting.
greeting.
-
- Posts: 30
- Joined: Sun 12 Feb 2023, 10:16
Re: bbcbasic for dos.
how can you convert bbc to bas(txt) now please?
Thanks.
greeting
Thanks.
greeting
Re: bbcbasic for dos.
You can do it this way:
Code: Select all
LOAD "myprog.bbc"
*SPOOL myprog.bas
LIST
*SPOOL
-
- Posts: 30
- Joined: Sun 12 Feb 2023, 10:16
Re: bbcbasic for dos.
hello, thanks for help.
greeting
greeting