| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Structures |
|
See also |
INCLUDESCRIPT |
Includes another script file. Not available in IF or WHILE statements.
The file is included before the script is started.
If you need to include scripts dynamically at runtime depending on specific processings or input parameters you can use the INCLUDESCRIPT command.
###INCLUDE <FileName>
|
Part |
Description | |
| <FileName> | Full or relative path and name to another script file that should be included. | |
|
| ||