VOGONS


First post, by Gary

User metadata
Rank Newbie
Rank
Newbie

I have incorpated an old menu program (called 3DMenu) into DOSBox.
It is called when DOSBox is started.
I would like to make some of the menu selections call programs that
would send, for example; "ALT-ENTER", "CTRL-F9" to DOSBox. Each menu
selection creates a DOS batch file. Is my idea possible ?

Thanks in advance,
Gary

Reply 1 of 2, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It's not possible with dosbox as-is. Maybe you can change the sources
though to get something like this working.

Reply 2 of 2, by Gary

User metadata
Rank Newbie
Rank
Newbie

Thanks for the quick response. I did accidently find that placing the word
"exit" in a dos batch file is equivalent to DosBox's CTRL-F9