Command Line Parameters

<< Click to Display Table of Contents >>

Navigation:  Help for IQRF IDE v4.72 > Program Settings >

Command Line Parameters

It is possible to launch the IQRF IDE with one or more parameters: IQRF_IDE.exe [parameter] <file name>

Parameters:

o/? or /HELP - Displays this help.

o/ONEINST - Allows only one instance of the application. Attempting to start another instance activates the first one. Up to three instances can be started without this parameter.

o/DISPLAY:x - Launches the application on the display with the specified number x. If the display is not found or this parameter is not used, the primary display is used.

o/USBDEV:x - Connects an IDE IQRF with the specified device. The x is a case-insensitive serial number, e.g. 0E00015D. See also the Create Shortcut feature.

o/CONFIG:path - Specifies the path to the alternate IQRF IDE configuration file (menu Tools / Options settings) IQRF_IDE.idecnfg. The default path is "C:\ProgramData\IQRF IDE4".

o<file name> - IQRF project file name *.iqrfprj

Examples:

IQRF_IDE.exe /DISPLAY:3

IQRF_IDE.exe /DISPLAY:2 "C:\Users\Public\Documents\IQRF IDE4\default.iqrfprj"

IQRF_IDE.exe /USBDEV:0E00015D

IQRF_IDE.exe /CONFIG:"C:\my IDE config"