LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

system exec

Hello I used system exec to call an exe program. My question is, how to close parent program?
"Thanks with regards "
by
..........Gireesh..........
0 Kudos
Message 1 of 5
(2,841 Views)

Set the input for Wait Until Completion to False, and allow your LabVIEW VI to end however you normally would.

0 Kudos
Message 2 of 5
(2,831 Views)
0 Kudos
Message 3 of 5
(2,823 Views)

That depends on what the OP means by "parent program".  Since he is asking for LabVIEW to spawn the .exe program, that makes the LabVIEW program the parent, and the .exe the child.

 

The link you posted would work if he actually wants to close the child program (the .exe that was spawned).

0 Kudos
Message 4 of 5
(2,813 Views)

 


@Ravens Fan wrote:

That depends on what the OP means by "parent program".  Since he is asking for LabVIEW to spawn the .exe program, that makes the LabVIEW program the parent, and the .exe the child.

 

The link you posted would work if he actually wants to close the child program (the .exe that was spawned).


You are right as always.Smiley Wink

 

I understood it otherwise.

 

0 Kudos
Message 5 of 5
(2,811 Views)