I'm using command "rmdir" inside a bat file for some automation job. But, this command asks for some user input like remove all directory recursively or not. So, user need to provide set yes or no by typing "y" or "n"I'm using command "rmdir" inside a bat file for