I have scenario where I'm running a .exe file that after running prompts for some user input. So how can I pass some parameters or user input to the .exe file using a batch file. The user input is fixed and going to be a string for ex-ListObjects
.
NOTE:
The .exe dose not ask for any command line arguments. Once it runs its expecting user to type in
that string.