In a windows batch, I want to start a program that prompts the user for an input:
>someProgram.exe > \"Please enter \"s\" to start the program: >
For multiple inputs, do:
(echo input1 && echo input2) | program.exe