Let's make a DOS game launcher in C

Channel:
Subscribers:
3,150
Published on ● Video Link: https://www.youtube.com/watch?v=Fu4zmO2Kxko



Duration: 26:25
1,522 views
35


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.







Tags:
programming
DOS
int86
menu