FILE

The keyword FILE is used to invoke a script file from a script file. The execution of the first script file is interrupted as long as the second one is being executed.

EXAMPLE

File set_access.txt

invokes the set_access.txt script file from the current script file.

See also

Structure of the Script Files

FORK