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:
/D
The letter(s) that specify the desired command can be followed by an equals sign and additional data:
/D=data_file_name
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.
/F=document_file_name/D=data_file_name
Extra spaces within parameters:
/F=document_file_name /D=data_file_name
Lack of separator between parameters:
/F=document_file_name/D=data_file_name
Related Topics