iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Tool Command Language (Tcl) Basics
iTP Secure WebServer System Administrator’s Guide—523346-002
E-7
Script Commands
source filename
The source command executes the contents of filename as a Tcl script. For
example, the command
source config.tcl
executes the contents of config.tcl as a Tcl script.
Tcl provides a core set of command procedures, a complete list of which you can find
in any Tcl resource.
The Tcl command procedures provided by the iTP Secure WebServer are called
configuration directives. These are described in detail in Appendix A, Configuration
Directives.