How to Supress Prompts & Responses from commands in Batch Files

If you’re new here, you may want to subscribe to our RSS feed. Thanks for visiting!
Commands such as deleting all files can complicate batch files because the system prompts for confirmation.
For example check the following command
del *.* replies with *.*, Are you sure (Y/N)?