Launching IDL
To launch the IDL program, do one of the following:
On Windows platforms
Launching IDL means starting the IDL Development Environment application (no command-line mode is available under Windows). The IDL Development Environment is described in detail in The IDL Development Environment. To start IDL, double-click on the IDL icon or select IDL from the Start menu.
On UNIX platforms
IDL offers two interfaces:
- In command-line mode, IDL uses a text-only interface and sends output to your terminal screen or shell window. (Graphics are displayed in IDL graphics windows.) To start IDL in command-line mode, enter
idl at the shell prompt.
- In graphical mode, IDL displays the IDL Development Environment, an X-windows application that allows you to select options from menus, work with a built-in editor, and more. The IDL Development Environment is described in detail in The IDL Development Environment. To start IDL in graphical mode, enter
idlde at the shell prompt.
On the Macintosh MacOS X platform
IDL is launched in the same way as on UNIX platforms, except that you must explicitly open an X11 Terminal window.
- In command-line mode, IDL uses a text-only interface and sends output to your terminal screen or shell window. (Graphics are displayed in IDL graphics windows.) To start IDL in command-line mode, enter
idl at the X11 Terminal window shell prompt.
- In graphical mode, IDL displays the IDL Development Environment, an X-windows application that allows you to select options from menus, work with a built-in editor, and more. The IDL Development Environment is described in detail in The IDL Development Environment. To start IDL in graphical mode, double-click on the IDL icon or enter
idlde at the X11 Terminal window shell prompt.
Startup Options
You can specify options to the command that starts IDL. On UNIX platforms, simply append the option flag after the idl or idlde command at the shell prompt. On Windows platforms, modify the Target field of the properties dialog for the IDL icon to include the option flag. See Command Line Options for IDL Startup for a listing of the available startup options.
Troubleshooting
When IDL is ready to accept a command, it displays the IDL> prompt. If IDL does not start, take the following action depending upon the operating system you are running:
- Windows: Be sure that the path listed in the Properties dialog for the IDL icon accurately reflects the location of the IDL executable file
idlde.exe.
- UNIX: Be sure that your
PATH environment variable includes the directory that contains IDL.
IDL Online Help (March 06, 2007)