Let's make a DOS game launcher in C

Опубликовано: 16 Август 2026
на канале: zirkoni
2,454
51

Source code and binary available from Github: https://github.com/zirkoni/zmenu

Ralf Brown's Interrupt List:
http://www.ctyme.com/intr/int.htm


Simple menu program for DOSBox.

Functional description:
Show menu list in one column.
Change selection with the arrow keys and run the selection by pressing enter.
Return back to the menu after exiting the selected program.
Menu list and configuration are read from a text file.

Requirements:
Real mode DOS executable.
Unload the menu from memory before running the selected program.