Archive: hidden batch file execution


hidden batch file execution
Hi!

I need to be able to execute .bat file in background that can run even after setup terminates. Already know about nsExec and ExecDos plugins, but i don't need to wait for output. I just need to call CreateProcess with SW_HIDE parameter in StartupInfo.

Any suggestions?


4.9.1.3 ExecShell supports SW_HIDE. You can use System plug-in for direct CreateProcess as well.