TCHAR cmd[255] = TEXT("cmd.exe");. CreateProcess(NULL, cmd, NULL, NULL, TRUE, 0, NULL, NULL, &ini_processo, &processo_info);. return 0;.
確定! 回上一頁