![]() |
#2
rjsp2020-07-05 12:32
|
#include "stdafx.h"
#include <windows.h>
int main(int argc, char* argv[])
{
CreateProcess(
_T("C:\\Windows\\SysWOW64\\cmd.exe"),
_T("/c calc"),
);
}
想知道是哪里出了错