How to call CMD without opening a window
I dont know how to do it in C++ but to open a new command prompt window that is also minimized (or “hidden”) using a batch file i would use: start /min cmd Or if you start the command prompt you can type: @echo off cls && start /b cmd This restarts the current command … Read more