I am currently using the system function in my C++ to load another exe. I am doing something like this
system("c:\mypath\myfile.exe");
Although the command works fine. I see a black console window along with the newly launched exe. Is there any way to not have that console box show up