Previous Topic: echo-on Command

Next Topic: DSA Commands (DXserver Commands)

source Command

The source command includes the contents of another file.

You can nest source commands, and source a file that contains further source commands.

The source command is relative to the file that invokes it.

source filename;
filename

Defines another configuration file.

Example

If a file contains the first command listed below, it sources the file schema.dxg. The schema.dxg script can then source a file in its own directory using the second command:

source "../schema/schema.dxg";
source "attr.dxc";