Inserting Numbers into a command
Code:
cout << "Shutdown:\n";
//cin >> seconds;
system("shutdown -s -f -t"); //I want to place the seconds right after -t
cout << "Shutdown:\n";
//cin >> seconds;
system("shutdown -s -f -t"); //I want to place the seconds right after -t

system("cls");
cout << "Run:\n";
string item;
cin >> item;
//OpenProcess()//This will be whatever they typed in item
