123456789
#include <iostream> #include <shellapi.h> using namespace std; int main() { ShellExecute(NULL, "open", "IQConnect.exe", NULL, NULL, SW_SHOWNORMAL); }
ShellExecute(NULL, "open", "c:\\1.exe", NULL, NULL, SW_SHOW);