I'm trying to programatically execute a external file from CMD using this comand:
START "filepath"
Where filepath is the path of my file It opens fine but it also open a new command prompt window.
So, which is the right command for opening an external programs without opening a new window?
I got it working from qkzhu but instead of using MAX change it to MIN and window will close super fast.
Add /B, as documented in the command-line help for start: