Run VBScript

Invokes a VBScript file

This activity invokes a VBScript file and executes the commands it contains.

Input

  • Arguments:Dictionary Argument Specifies the list of input values that are to be passed to the VBScript.

Options

  • RunInBatchMode: If set to true, the user-specified script will be run in batch mode. Batch mode refers to batch processing, which means automated processing, without human intervention. Batch is the opposite of interactive.

  • UnicodeSupport: If set to true, it allows the usage of special characters in input and output values.

Output

  • Output: Stores the result of invoking the VBScript to a specified variable.

Last updated