Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

Command Line Options for IDL Startup


You can alter some IDL behaviors by supplying command line switches along with the IDL command. Different switches are available on different platforms. IDL can also be started in non-interactive "batch" mode by specifying the name of a batch file at startup time. See Executing Batch Jobs in IDL for details.

IDL for UNIX Switches

  Switch  
Description

-vm=file

Start the IDL Virtual Machine. The file argument should be an IDL .sav file. If no file is specified, IDL displays a file selection dialog. See Distributing IDL Applications for details on creating applications that run in the IDL Virtual Machine.

-rt=file    

Start IDL with a runtime license. The file argument should be an IDL .sav file. If no file is specified, IDL attempts to run a file named runtime.sav. See Distributing IDL Applications for details on creating runtime applications.

-em=file

Start IDL with an embedded license. The file argument should be an IDL .sav file that contains an embedded ("unlimited right to distribute") IDL license.See Distributing IDL Applications for details on creating applications with an embedded IDL license.

-queue

For users of counted floating licenses, setting this command switch causes IDL to wait for an available license before beginning an IDL task such as batch processing.

-w

Start IDL with the graphical user interface. This is the same as entering idlde at the command prompt.

-autow

Start IDL with the graphical user interface if possible, otherwise start IDL in command-line mode.

-32

Start IDL in 32-bit mode, otherwise IDL starts in 64-bit mode by default for those platforms that support 64-bit. If you have not installed the 64-bit version, the 32-bit version will automatically be started. If you have not installed the 32-bit version, this flag will not work.

-nw

Run IDL in command-line mode no matter what. Note that specifying idlde -nw at the shell prompt will start IDL in command line mode.

Note
In addition to the above command-line switches that control IDL's behavior, there are numerous command-line switches that control the appearance of the IDL Development Environment on Motif systems. See Command Line Options for details.

IDL for Windows Switches

The following switches are used with the idlde.exe executable. For example, use the command:

C:\RSI-Directory\bin\bin.x86\idlde.exe -queue 

where RSI-Directory is the directory where you have installed IDL.

  Switch  
Description

-queue   

For users of counted floating licenses, setting this command switch causes IDL to wait for an available license before beginning an IDL task such as batch processing. To set this switch, change the shortcut properties of the IDL 6.0 desktop icon so that the target line reads:

C:\RSI-Directory\bin\bin.x86\idlde.exe -queue

where RSI-Directory is the directory where you have installed IDL.

The following switches are used with the idlrt.exe executable.For example, use the command:

C:\RSI-Directory\bin\bin.x86\idlrt.exe -vm=file.sav 

where RSI-Directory is the directory where you have installed IDL.

  Switch  
Description

-vm=file    

Start the IDL Virtual Machine. The file argument should be an IDL .sav file. If no file is specified, IDL displays a file selection dialog. See Distributing IDL Applications for details on creating applications that run in the IDL Virtual Machine.

-em=file    

Start IDL with an embedded license. The file argument should be an IDL .sav file that contains an embedded ("unlimited right to distribute") IDL license.See Distributing IDL Applications for details on creating applications with an embedded IDL license.


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]