| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
###INCLUDE |
Includes another script file. Unlike ###INCLUDE this command can be used to include scripts dynamically (depending on runtime variables).
The file is included during runtime when the interpreter reaches the INCLUDESCRIPT line (contrary to ###INCLUDE where all lines are interpreted before the script is started).
To include a script in the same folder as the original main script is launched you must include the %SCRIPTPATH% variable in the FileName parameter.
INCLUDESCRIPT <FileName>
|
Part |
Description | |
| <FileName> | Full path and name to another script file that should be included. | |
|
| ||