In LabVIEW, you can programmatically call executable (*.exe) files or applications using the
System Exec VI. The System Exec VI accepts a string input to be executed in the Windows Command Prompt; to launch an executable, you can use the directory and filename as a string input into the VI.
This tutorial shows you how to use launch an application from LabVIEW using the System Exec VI.