> 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