C++ Need help on program
Im new and want to make a program that will take a users input of a url and paste that into a command which is: livestreamer -o <pathToFile>.mp4 --hls-segment-threads 4 <vodurl> <quality>
I would like to be able to make the user input the file name and url. Thanks
Try to read aboutShellExecute.
I think this is the best way
Are you sure that you want to make the program? Or just want to have the program?