Page 1 of 1

Need a Quick and Dirty Menu.bat

Posted: Sun Feb 14, 2021 4:05 pm
by Fidoman82
Currently running DOS 3.3 with the JRide ver A. 20mb HD
Got lots of games and would like to write a quick and dirty Menu.bat with game selections.
So far running into Problems with the SET /P M= and IF GOTO syntax
Do I have to upgrade my DOS to 5.0?
Got 24+ hours into trying to remember back 30 years so any help/working Examples much appreciated.

Re: Need a Quick and Dirty Menu.bat

Posted: Mon Feb 15, 2021 7:12 am
by Hargle
Looks like the perfect opportunity for total DOS launcher:
https://github.com/MobyGamer/total-dos-launcher

works with DOS 2.1 and has all the features you need for a menu system, including a favorites list.

Re: Need a Quick and Dirty Menu.bat

Posted: Mon Feb 15, 2021 11:50 am
by Fidoman82
Well it is impressive. Did I mention I am lazy? Got to load Python, index the filenames, Etc.... Hoping someone in the future.. (Grandchild) May want to putz with this so I am trying to keep it self contained and easy. I do appreciate the response, Hoping to just do this with a batch file, Basic if I have to.