| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
General description |
Import application script enhancement module commands into the current script environment.
Applications enhancing the application control script with further commands can also provide integration possibility to import the commands in the application control script namespace. This leads to the result that all enhancing modules can be used together in one application control script. If you use internal modules they can be referenced with the IMPORTMODULE command.
When using other modules providing commands with the same name you can access them by writing explicitly <ModuleName>.<Command> <ParameterList>.
Modulenames for some available modules:
IMPORT[MODULE] <ModuleName>
|
Part |
Description | |
| <ModuleName> | activex class name or module name. | |
|
| ||