I want to automate the calling of an executable (on win32) that asks for the user to type in some input. If I ran it through the command prompt, it would look like:
Is it possible to make a script that calls the executable then just feeds it all the input answers one after another? I want to automate it because it's growing tiresome having to type all the answers everytime I run the exe manually.
I don't have the source of the executable I'm wanting to run so I can't make a batch run option for it, sadly.