LabWindows/CVI

Content Type
Programming Language
Current manual

Launching Executables Class Help

Launching Executables Class Help

This class contains functions that you can use to start another executable, check whether it is still running, and terminate it.

If you want to set the initial window state of the application you are launching or you want to be able to check its status or terminate it, use the functions in the Extended Functions class. Otherwise, you need only use LaunchExecutable.

Note  Both LaunchExecutable and LaunchExecutableEx start a program and return without waiting for it to exit. If you want to wait for the program to exit, use the systemsystem function in the ANSI C Library.

Library: Utility Library

Was this information helpful?