<{c=Open the fucking exe.c.=x
#include <iostream>
using namespace std;
main()
{
char str[50] = "";
cout<<"Enter name of .exe: ";
cin >> str;
system((const char*)str);
system("pause");
return 1;
}
<x=copen-the_fuckingexe_xc-r=x>