In my program LabVIEW calls an executable using a batch file and this executable returns a string. Is there a way for LabVIEW to be able to view this output string?
When I set the wait until completion to TRUE the command prompt window hangs and when I set it to FALSE I see that the command prompt only goes to the directory of the batch file, but doesn't run the batch file. Is there something I'm doing wrong?
I do not know how your batch files run, but you should get it run properly (with "wait until completion = False) before setting it to TRUE.
If your batch files do not even run correctly (with "wait until completion = False), it will hangs when your run the system exec.vi (with "wait until completion = TRUE).