Hi i need to call a external EXE (same running exe )from a C++ method i used
system("filepath");
but in the current file closed and new exe doesn't create the new instance
How can i call a exe with absolute path ?
Hi i need to call a external EXE (same running exe )from a C++ method i used
system("filepath");
but in the current file closed and new exe doesn't create the new instance
How can i call a exe with absolute path ?