#include <iostream>#include <cstdlib>using namespace std;int main(){ system("/path/to/bat.bat"); return 0;}