It's simple if you're using std:
tring:
tring:Code:
std::string exe = "net.exe ";
std::string webpage = "google.com";
system(exe + webpage);
