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 desired command:

The letter(s) that specify the desired command can be followed by an equals sign and additional data:

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, newer versions of Windows allow the use of spaces in folder and file names. For information on including 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