Run JavaScript & VBScriptRuns JavaScript or VBScript programs. It allows to write the output strings into a variable or a script window. Description Optionally, you may add comments here describing the purpose of this element.
Filename Specify the JavaScript or VBScript to be executed. It must be .js or .vbs file.
Command Line Parameters Specify the command line parameters here.
-a -s #mypar#
Working Directory A working directory for the script program being started.
Type GUI - run the script as a GUI application Console - run the script as a console application Console Redirect to: Script window - run the script as a console application and redirect its output into Script window Console Redirect to: Result variable - run the script as a console application and redirect its output into the variable
Result variable The name of the variable the output of the script will be written to.
myvalue
|