I've got a DOS application which -simply said - reacts to user input (keystrokes) and produces a textfile on disk. It is a very user-unfriendly program, so I would like to create a C++ windows 'shell' which starts the DOS program, and passes the user input to this program.
Can anybody tell me how to do this?
Can anybody tell me how to do this?