Run VBScript
Invokes a VBScript file
Last updated
Invokes a VBScript file
Last updated
This activity invokes a VBScript file and executes the commands it contains.
Script File:String Argument
Specifies the VBScript file that you want to execute.
Arguments:Dictionary Argument
Specifies the list of input values that are to be passed to the VBScript.
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: Stores the result of invoking the VBScript to a specified variable.