int system(const char *kcpCommand);
#include <cstdlib> int main() { // Open a command prompt system("cmd"); return 0; }
© 20072025 XoaX.net LLC. All rights reserved.