autoexec.bas files

Door Hypersoft

Expert (97)

afbeelding van Hypersoft

01-06-2023, 23:20

Where can i find some nice autoexec.bas files, for my own discs, i want to change them for my own discs

Aangemeld of registreer om reacties te plaatsen

Van JohnHassink

Ambassador (5684)

afbeelding van JohnHassink

02-06-2023, 02:44

What would you like to do, exactly?
Do you mean a program that creates a visual menu from available .BAS and .LDR files on the disk?
Or do you wish to know how to modify an AUTOEXEC.BAS file?

Van Hypersoft

Expert (97)

afbeelding van Hypersoft

02-06-2023, 09:12

Maybe borh

Van Manuel

Ascended (19691)

afbeelding van Manuel

02-06-2023, 17:38

Van FiXato

Scribe (1743)

afbeelding van FiXato

03-06-2023, 14:37

LOAD "AUTOEXEC.BAS"
to load the code.
Then:
LIST
to list the source.
Or add line numbers to show just a range of it:
LIST 10-150

To edit a line, just list it, and make the changes you want, and hit ENTER key on it to commit the changes to memory.
To insert a line, type a new line by starting it with the number that's in between the lines you want to insert it at, followed by a space and the code. Smile

Once you are happy with all your changes, you can save it to disk:
SAVE "AUTOEXEC.BAS"

Plenty of books on The Internet Archive if you want to learn more about MSX BASIC: https://archive.org/search?query=subject%3A%22MSX+BASIC%22

Van Hypersoft

Expert (97)

afbeelding van Hypersoft

05-06-2023, 17:38

I saw this menu on Marktplaats, and maybe can help me where I can find this menu