03-05-2013 11:37 AM
I am using shell block (System Exec) in my VI where I specify Directory and a script name.
Script name is cmd /c adb-toolkit.exe shell < testScript.txt, with testScript.txt containing following content:
ubuntu_chroot shell su phablet cd /home/phablet/test nohup ./test.sh exit exit exit
When script is executed, cmd.exe opens and stays open until testScript.txt calls an exit command, after which cmd.exe gets closed.
I am would like to stop execution of my VI at the same moment when cmd.exe gets closed. How can this be done?
03-06-2013 11:09 AM
Hi armendzh,
You can wire a True constant to the "wait until completion?" input.
Best,
Carmen C