Hide console in C system() function, Win

You can use WinExec("your cmd command", SW_HIDE); instead of system("cmd command").

Leave a Comment