Two questions:
How can I prevent the DOS dialog box from popping up when running a batch file?
@echo off can only hide the commands themselves, but it can't hide the echoed output messages. How can I stop it from echoing them?
How can I prevent the DOS dialog box from popping up when running a batch file?
@echo off can only hide the commands themselves, but it can't hide the echoed output messages. How can I stop it from echoing them?





