#include int main(int argc, char const *argv[]){ WinExec("cmd.exe",1); return TRUE; }