11-03-2009 08:12 AM
in C programming to launch a executable visually
How would I go by doing that.
I know how to launch notepad. but I have this one executable I want to launch visually from my desktop
I cant get to work.
I was using system("");
can someone assist me
11-03-2009 08:15 AM
actually I got it to launch , i forgot to add the \\.
but when I launch the program, it doesnt continue to run the program, it stops at the system
11-03-2009 08:28 AM
If you use LaunchExecutable() instead of system(), your CVI program will no longer wait for the called exe to finish before continuing.
JR