Excecute .bat file
-
Hi codeproject friends. How to execute a .bat file from Visual C++, without command line window emerge after. Thanks. Ivan Cachicatari www.latindevelopers.com
-
Hi codeproject friends. How to execute a .bat file from Visual C++, without command line window emerge after. Thanks. Ivan Cachicatari www.latindevelopers.com
In the past I've used: CreateProcess with the CREATE_NO_WINDOW flag.
:suss: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
-
In the past I've used: CreateProcess with the CREATE_NO_WINDOW flag.
:suss: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
Thanks Jack, Works Fine! Ivan Cachicatari www.latindevelopers.com