03-09-2012 10:16 AM
I have a LabVIEW executable that's running on a PC. I want to create a control button on the running exe to launch another executable. Both the executable don't interact with each other. They just run by themselves. How do I do it?
Thanks,
03-09-2012 10:18 AM
The same way you would launch any other Windows-based executable. Once it is compiled into an EXE the fact that a program was created with LV is immaterial.
Mike...
PS: Use System Exec.vi