I want to automate an application. On calling this application (Which starts from a batch file) it shows up a command prompt window in which it asks for values.
By values I mean :-
- First, it will ask you to hit ENTER (Can ENTER be automated?)
- Then it asks for a path (String, of course)
- Then it asks again for another path (String, again)
How can I pass these values to the command prompt using any script/batch/tool/Java program?
Right now these values has to be entered manually, I want to automate this procedure. So, here I don't want to enter them manually, I want a script to do it. Is it possible? If yes, how?