Hi, i was wondering if it is possible to launch a .exe file using c++?
say i want to write a simple program which will ask the user if the would like to install the following.:(i am just making it up)
Please pick the number beside the program to launch it.
1)word.exe
2)notepad.exe
etc....
so how can i make it so that if 1 is picked, it will launch that .exe? The exe will be in the same folder as the program its self.
Sorry if this sounds unprofessional, i am only a month and a half into my c++ course.So if anyone could point me in the right direction, i would appreciate it.