How can I execute a command like for example using system(); but execute so the program does not need to wait until the function returns before it continues.
Also when executing a command using system(); can you make it so that the console window does not pop up onto the screen.
Thanks.