I successfully ran 3 commands in my PowerShell script shortcut but after running the last command it prompts the user for "y" or "N" and in my script I want to input "y" and press enter.
After looking at other posts such as this I have tried to ECHO the keystroke but it only works prior to the last command Here you can see the 1st Echo Successfully and the 2nd is stuck because it is paused or something
PowerShell Script
ECHO 'y'
spicetify config current_theme Sleek
spicetify config color_scheme futura
spicetify apply
ECHO 'y'