Conditional jump Dialog Box

Use the Conditional jump dialog to define the conditions triggering a jump to a predefined Dispatch command label.

To display this dialog box:

Click Add in the Edit Action dialog box, then choose Jump and click OK.

Use the conditional jump dialog box to specify a condition to trigger a jump in your Dispatch script. Specify a predefined label indicating the location for the jump.

If Specifies the string or variable that must match the defined condition to trigger the jump. (For example, if file exists, then jump.). Click Right Arrow Icon to add variables.

Select one of the following conditions and provide a string in the text box below to be evaluated against the string in the If text box above. Click Right Arrow Icon to add variables to the string.

Always Always jump to the specified label.
= If the evaluated string specified in the text box above matches that of the text box below, jump to the specified label.
> If the evaluated string specified in the text box above is greater than that of the text box below, jump to the specified label.
>= If the evaluated string specified in the text box above is greater than, or equal to, that of the text box below, jump to the specified label.
!= If the evaluated string specified in the text box above does not match that of the text box below, jump to the specified label.
Case sensitive Indicates that strings in the text boxes are case sensitive.
Exists as local If the specified file exists locally, jump to specified label.
Exists in vault If the specified file exists in the vault, jump to specified label.
then goto label Select a predefined Dispatch command label to jump to if the defined conditions are met.