First post, by etadeu
- Rank
- Newbie
Is there a way to automate an old DOS application (running inside DOSBox) programatically from outside (e.g., with a program written in C or from Python)? I would like to send keys and strings to the application, detect updates to the DOS "screen" and get the application output.
It would be even better if the DOS application could run "hidden", i.e., not showing in the taskbar.
Note: It is not a game, it is one of those old application where you are given menus with press 1 for something, press 2 for something else, etc... then it asks for some input numbers, and then it shows some results. It is a pure console application.
If there isn't any easy way, what is the best "path" to develop this? Changing the DOSBox code to add hooks? Where would I need to change?
Thanks in advance!