I want to run two related C programs. The second one reads a text file that the first created. So I need to wait until the first is completed.
I use "system exec.vi" and I know I can set "wait until completeion" to true, but this way I won't see the screen and the C program announcments. Someone has an idea?