// ExecLocal.cpp // Batch Processor for Running Project 3 Multiple Times // The input file name is passed in. //#include #include #include #include #include #include #include using namespace std; int main(int argc,char **argv) {int termstat,pid,count; // Command line arguments are: // char **CommandArgs; // argv[1] is file name; store in local variable int numTimes=10; // atoi(argv[2]); for (count=0;count