How can I run a batch file silently?
Posted
by Mike Pateras
on Stack Overflow
See other posts from Stack Overflow
or by Mike Pateras
Published on 2010-04-24T17:04:22Z
Indexed on
2010/04/24
17:13 UTC
Read the original article
Hit count: 178
I have a batch file with some commands that I need to run with my installer, but I'd rather a console not appear (in Windows). I'm executing the batch file from a WiX installer, via a custom action. I tried adding an @ECHO OFF
to the top of the file, but that didn't seem to do anything.
Is there a way that I can run this batch file silently?
© Stack Overflow or respective owner