09-21-2011 07:58 AM
Is LabWindows can call software such as compessed software?
09-25-2011 11:02 PM
I assume you really want to run and external program from your application.
The easiest way to do that is use the Utility library and pick the LaunchExecutables function or its extended version.
09-27-2011 02:10 AM
Hi,
I know two ways to launch an application. You can directly launch an executable, or you can use the ActiveX Controller Wizard to start and handle the applications.
Best Regards
09-29-2011 10:49 PM
Thanks for your suggestion, I will try it !