Hello,
I am a new beginner to c++. I am trying to launch an application in using the following command:
system("clip100.txt")
File clip100.txt got opened on my word processing software running and i had to exit from word processing to get my program continued.
My question is: How can i get my file clip100.txt ( or similar with different format, ex mp4) opened and allowing my application program to continue running passed the system("clip100.txt") line.
I was told about a command "Createprocess" but i cannot find documentation about it.
My purpose is to visually observe the opened file( txt, mp4 movie) while the my application program is prompting me with different inputs request i have to answer.
Thank you
monere.