How can I run a CMD or .bat file in silent mode? I'm looking to prevent the CMD interface from being shown to the user.
Include the phrase:
@echo off
Right at the top of your bat script.
2.1m questions
2.1m answers
60 comments
57.0k users