P
Pekka Jarvela
If I put in my C++ (Visual Studio) a shell call
system("notepad file.txt");
which opens a Notepad window with file.txt, there is a problem that
the programme stops as long as Notepad window is open. Is there a way
to make shell calls so that they don't stop the actual programme?
Pekka
system("notepad file.txt");
which opens a Notepad window with file.txt, there is a problem that
the programme stops as long as Notepad window is open. Is there a way
to make shell calls so that they don't stop the actual programme?
Pekka