Explanation:
I have a finished coded Batch-file. This Batch file is called X.bat and has 3 questions, which comes linear:
- “Press any key to continue” < It should automatically press anything to proceed
- “Do you like what you see? < The answer should automatic be “yes” or “Y”
- How would you rate this from 1-10?” < The answer should just be choice number “5”.
This is what I have so far:
echo off
x.bat
Mission:
I want to trigger the main batch-file with "Enter" -> "Y" -> "5" as events, so the .bat initiator, wont get the questions above.