| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Execution |
|
See also |
SHOWDIDIFORM, ADDINCALL |
This command executes a VBS- or JavaScript file. It runs the public sub Main of the given script file. The following additional objects are available in the scripts:
Glob ... An instance of a wmGlob1.cGlob1 object.
ACScript ... The current application control script object instance.
SCR ... Current script variables (wmGlob1.cVarCol object).
Further available objects of used language extensions see language extension help.
RUNSCRIPT <ScriptFile>
EXECSCRIPT <ScriptFile>
|
Part |
Description | |
| <ScriptFile> | Full filename of the script to run. | |
|
| ||