A Very "BASIC" Program Launcher

Post Reply
voidstar
Posts: 445
Joined: Thu Apr 15, 2021 8:05 am

A Very "BASIC" Program Launcher

Post by voidstar »

If you want a very "bare bones" startup menu of quick programs, you can use the following BASLOAD program.

Save it to STARTMENU.PRG or even use it as your AUTOBOOT.X16

Code: Select all

BASLOAD "STARTMENU.BASL.TXT"
SAVE "@:STARTMENU.PRG"
Then you can have the AUTOBOOT.X16 load the STARTMENU.PRG or just copy it over to the AUTOBOOT.X16 itself.


Another feature in this version is that it will "auto-pick" a menu option after a counter down is expired. Let fate decide what activity you get LOADed up into :D And if the selection frustrates you, just CTRL+ALT+DEL and the count-down will randomly pick something else.

You'll need to modify the "LOAD.xxx" labels in the BASLOAD code to suite your particular file configuration - it's not so much "code" but "CMDR-DOS commands". So just consider this file as a template for ideas on how to setup a menu like this, and the example should be pretty straightforward to follow.
Attachments
demostartmenu.jpg
demostartmenu.jpg (106.23 KiB) Viewed 1130 times
STARTMENU.BASL.TXT
(2.77 KiB) Downloaded 59 times
Post Reply