 | Define | | Defines a variable |  | Syntax: | | --Define <name=value>+
|  | | -df <name=value>+ |  | Description: | | For each value of this switch that is of form name=value, a value is defined that can be used in "${}" syntax.
Any value of the switch that is not of the required form raises an error.
|  | Example: | | p7mTool --Define FirstName=Alice; LastName=Viewer --OutputFile ${FirstName}${LastName}.p7m |
|  | See also: | | Switches: CommandFile |
|  |