Calling a non-existent executable from a batch script: don’t show message box
I have a batch script that starts a series of executable programs using start e.g. start example.exe. If the program doesn’t exist, I get the following message box: When running from a batch script, …