Hello,
I am writing a program in C++ to open a web page in a browser using command line.
Suppose, I enter open www.google.com
It should open Google's home page in a browser. I want to make this program multithreaded so a user can open as many web pages as possible.
I tried google search for it, and it appears that I would need to create a batch file to do so. I am not sure how to work with batch files, so I do not think it is a probable solution.
Thanks,