LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start an application in labview 7.0

How can i start an application (e.g. for burning CDs) in labview
0 Kudos
Message 1 of 2
(2,471 Views)
> How can i start an application (e.g. for burning CDs) in labview

System Exec gives a command line to the OS.
ActiveX opens a connection to an automation server.
Call Library Function Calls into another application code by loading
them into the LV process and calling into their DLL.

I think you want to look at the documentation for System Exec.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,471 Views)