|
Installation and Licensing Guide: Installing IDL or ENVI for Windows |
|
To run IDL under Windows, select Start
Programs
IDL x.x
IDL.
| Note If you have 64-bit IDL installed, you can select either 32-bit or 64-bit IDL from the Windows Start menu. The command above starts 64-bit IDL if you are on a 64-bit platform. You can start 32-bit IDL by selecting Start Programs IDL x.x IDL (32-bit) IDL. |
To run ENVI under Windows, select Start
Programs
ENVI x.x
ENVI.
To run ENVI + IDL under Windows, select Start
Programs
ENVI x.x
ENVI + IDL.
Select one of the following options. The ENVI Zoom interface appears when the program is loaded and started.
To run a *.sav file in the IDL Virtual Machine, you can launch the IDL Virtual Machine and open the *.sav file, or launch the*.sav file in the IDL Virtual Machine from the command line.
To open a *.sav file from the IDL Virtual Machine:
Programs
IDL x.x
IDL Virtual Machine or Start
Programs
ENVI x.x
IDL Virtual Machine to launch the IDL Virtual Machine and to display the IDL Virtual Machine window.
*.sav file, and double-click or click Open to run it.
To run a *.sav file from the command-line prompt:
cmd.
cd) to the ITT_DIR\IDLxx\bin\bin.<platform> directory where <platform> is bin.x86 (32-bit machines) or bin.x86_64 (64-bit machines).
idlrt -vm=<path><filename>
where <path> is the path to the *.sav file, and <filename> is the name of the *.sav file.
| Note If a license is available on the machine running the *.sav file, double-clicking the *.sav file will run it in the licensed runtime version of IDL. To force the *.sav file to run in the Virtual Machine, run it from the command line with the -vm argument. |
To run a *.sav file in the runtime version of IDL, do either of the following:
*.sav file to launch the application. If an IDL license is not available, the application will run in the IDL Virtual Machine.
cmd. Change directory (cd) to the ITT_DIR\bin\bin.<platform> directory, where <platform> is bin.x86 (32-bit machines) or bin.x86_64 (64-bit machines). Enter the following at the command line prompt:idlrt <path><filename>
where <path> is the path to the *.sav file, and <filename> is the name of the *.sav file.
IDL Online Help (March 06, 2007)