Rules for Specifying Command-Line Parameters

Command-line parameters for BarTender consist of a space and a forward slash (/) followed by one or more letters that specify the command, as follows:

The letters that specify the command can be followed by an equals sign and additional data, as follows:

Multiple parameters on a command line must be separated by a space followed by a forward slash (/).

No spaces are permitted within the parameters, only between the parameters. However, you can use spaces in folder and file names. For information about how to include these folder and file names in your command-line parameters, refer to Using Spaces in File Names.

Allowed

/F=document_file_name/D=data_file_name

Not Allowed

Related Topics