コマンドラインパラメータを指定する場合のルール |
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. しかし、新しいバージョンの Windows では、フォルダやファイル名にスペースを使用できます。 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
パラメータ内に余分なスペースがあるコマンドライン:
/F=document_file_name /D=data_file_name
パラメータ間に区切り記号がないコマンドライン:
/F=document_file_name/D=data_file_name
関連トピック