Apologies if this is a very basic question, but I haven't been able to find any clarification elsewhere. I'm trying to run a program through Windows CMD (myprog), which requires input from the user when executed. What I would like to do is preload these input responses in a single command within CMD, which will then feed sequentially into the program's prompts. Apologies if this is a very basic question, but