I have a Windows command line process with a verbose Y/N confirmation question. I would like the automatically put a "Y" response. I already tried to execute:
echo "y" | sdkmanager "platforms;android-14"
echo y | sdkmanager "platforms;android-14"
But this commands don't work as well. Does someone know how can I interact with this command automatically for users?