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.
Need a Quick and Dirty Menu.bat
Re: Need a Quick and Dirty Menu.bat
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.
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
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.