Startup Files

A startup file is a batch file that is executed automatically each time you start IDL. You can specify a startup file in one of two ways:

Common uses for startup file include the following:

IDL executes startup files one statement at a time. It is not possible to define program modules (procedures, functions, or main-level programs) in the startup file.

See Also

Executing Batch Jobs in IDL