I would like to have a multiple choice menu when I start a floppy, and I would also take advantage of the fast boot offered by the TANDY 1000 and its DOS in ROM. Unfortunately, that DOS is 2.11 and so far everything I tried failed, presumably because that version is so old and basic.
CHOICE.COM, as provided in MS-DOS 6.22, refuses to work with a DOS older than 4.0
CONFIG.SYS menu options works from 5.0 onwards
SET /P needs Windows XP (!)
How would you do a (rudimentary) menu using only the built-in tools from DOS 2.11?
CHOICE.COM, as provided in MS-DOS 6.22, refuses to work with a DOS older than 4.0
CONFIG.SYS menu options works from 5.0 onwards
SET /P needs Windows XP (!)
How would you do a (rudimentary) menu using only the built-in tools from DOS 2.11?