I've "inherited" a task at work where I'm doing some scripting in bash on a windows box :-/. The script works, and is executing a command. This command does a process, and then has a y/n prompt and waits for user input. Is there a way for me to have it automatically send a "Y" to it so a user doesn't need to babysit it? Sorry, I'm a bit new to the whole scripting/bash thing. Thanks!