I'm using a 16-bit DOS application that consists entirely of text prompts. It doesn't support redirected input completely (i.e. I can't pipe answers to prompts using a text file) and I'd like to be able to automate my work.
Is it possible using the Console Compiler to write a routine that starts a DOS program and then feeds text input into the program? This wouldn't be a simple SHELL procedure...
I'm using version 4.04 of the Console Compiler.
Many thanks,
--Tom
Is it possible using the Console Compiler to write a routine that starts a DOS program and then feeds text input into the program? This wouldn't be a simple SHELL procedure...
I'm using version 4.04 of the Console Compiler.
Many thanks,
--Tom
Comment