01-30-2006 08:23 AM
01-30-2006 08:46 AM
It sounds as if somewhere in your program you are calling the system() function to carry out the DOS based task. This function will wait until the shell has finished before your CVI program (and its GUI) can continue. Try using the LaunchExecutable() function instead - this will allow the main program to continue without waiting for the DOS shell to finish.
JR
01-30-2006 08:49 AM