Hey guys, is there anyway a C++ program will continue to execute and not pause when I run a program for it?
E.g
I've already got
system("iTunes.exe.lnk");
main();
It calls main after it executes the program, but it is paused until I exit iTunes, is there anyway to let the program continue while iTunes is open?
Thanks