That kind of depends on exactly what you mean by "Meaning, being able to see what is asked and then answering, programatically, the questions being asked."
If you mean, can you have a Delphi app emulate a user answering the questions, then the answer is most probably somewhere between "No." and "Not very easily or gracefully."
However, it is possible to initiate teh app from a Delphi app and then, if the data is stored in a file (of a reasonable nature ;-), bring the data up in the Delphi app for editing.





by: gtworekPosted on 2009-08-07 at 11:35:13ID: 25045695
You may read DOS app output using this function:
Select allOpen in new window