2,643
社区成员
发帖
与我相关
我的任务
分享system("CLS");
system("pause");
int system(
const char *command
);
int _wsystem(
const wchar_t *command
);
UINT WINAPI WinExec(
__in LPCSTR lpCmdLine,
__in UINT uCmdShow
);
HINSTANCE ShellExecute(
HWND hwnd,
LPCTSTR lpOperation,
LPCTSTR lpFile,
LPCTSTR lpParameters,
LPCTSTR lpDirectory,
INT nShowCmd
);
BOOL ShellExecuteEx(
LPSHELLEXECUTEINFO lpExecInfo
);