Run a predefined set of operations in LabVIEW NXG using the command line interface (CLI).
For example, use the CLI to automate the build process of applications you develop.
Open a command prompt.
Change directories to the location of the CLI.
Note
The default location is
C:\Program Files\National Instruments\LabVIEW NXG <version>.
Execute a command using the following syntax:
labviewnxgcli.exe <operation name> -<arguments>.
Tip
To access the built-in help for the CLI, execute the
labviewnxgcli.exe help
command. To learn more about a specific operation, execute the
labviewnxgcli.exe <operation name> --help
command.