2
int main()
{
system("F:\\AI\\iapt2.exe");
system("pause");
return 0;
}
Good evening, I have this code right, it will open the program iapt2.exe when running, however I would like to insert an argument, so that it runs. Like only open the program if you type in a keyword, is it possible? How would it look?
Thank you.