LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

system exec exit

Hi,
I start a .bat file with system exec.vi, then i do some calculations in my main Programm.
wenn i stop my Labview programm, i want to exit or close .bat file too.
How can i do?
Can somebody help me?
 
0 Kudos
Message 1 of 2
(2,140 Views)

Typically, you set wait until competion to TRUE if you want to close the Sys Exec before ending the LV program. 

From what I read, it appears that you want to start / run it, obtain values.  You then want to stop the LV program without stopping the Sys Exec. But you want to close the bat file???  The bat file is like a script, it has command lines that are executed in sequence.  I thinkl you mean you want to stop whatever the bat file has called for execution, unless you are using the bat file with waits or some sort of synchronization...  Of course I'm speculating  😉

Can you post the contents of the bat file??

RayR

Message Edited by JoeLabView on 11-01-2007 07:34 AM

0 Kudos
Message 2 of 2
(2,135 Views)