|
IncludeFile <filename> |
|
|
IncludeFile will include any named source file. Included files should have a ".dsi" extender. This command is useful if you want to split your script into several files, to be able to reuse parts e.g. in different scripts.
Example:
IncludeFile 'testinclude.dsi'
|