5.11 load

load '<filename>'

The load command executes a PyXPlot command script file, just as if its contents had been typed into the current terminal. For example:

load 'foo'

would have the same effect as typing the contents of the file foo into the present session.

Wildcards can be used in the load command, in which case all commandfiles matching the given wildcard are executed, for example:

load '*.script'