I have an EXE (compiled C DOS type) that I want to send it some data and as a result of the data I send it I want to receive data back. Normally, to use the EXE I would simply type the data using the keyboard and hit enter. It then responds with it's data and displays this on the console screen. How would go about using this EXE in my VB6 program?
↧