LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Lauching a exe from desktop

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

0 Kudos
Message 1 of 3
(3,172 Views)

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

0 Kudos
Message 2 of 3
(3,169 Views)

If you use LaunchExecutable() instead of system(), your CVI program will no longer wait for the called exe to finish before continuing.

 

JR

Message 3 of 3
(3,166 Views)