RunScript

Runs BlueZone Script Host in quiet-mode to play a script.

Parameters
ScriptStr
The name of the script file to play. If the file exists in the Scripts directory, then a path to the script file does not need to be included in the file name.
Returns
None.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.RunScript "test.vbs"