I have several machines that need all the mapped drives deleted and remapped using a batch file. I figured the quickest way to do it was add a NET USE * /d command at the start of the batch file and then map the drives that need to be added. The problem is, when you run the command, it prompts you for Y/N and waits there for an answer. Is there any way to add that input from the batch file itself or get around that prompt?