三种方法:
system(“xxx.exe 100 200 300”);
WinExec(“xxx.exe 100 200 300”, SW_SHOW);
ShellExecute(NULL,"open",“xxx.exe”,”100200 300”,NULL,SW_SHOWNORMAL);
三种方法:
system(“xxx.exe 100 200 300”);
WinExec(“xxx.exe 100 200 300”, SW_SHOW);
ShellExecute(NULL,"open",“xxx.exe”,”100200 300”,NULL,SW_SHOWNORMAL);