Start an executable in a new process

I want create a little porgram that start an other executable in a separate process
my start program is start.exe
i have tried with system ("start software.exe");
but it opens the "software.exe" inside start.exe that is in a different location,so i get some problem
How i can open the software.exe in a separate process?
Last edited on
Topic archived. No new replies allowed.