Igloo Core Engine
Breadcrumbs

Command Line Options

IglooSetup.exe supports command-line arguments that allow for automatic exporting of project data without user interaction.


Usage

IglooSetup.exe [Project to load] -doAutoExport -autoExportOutputPath [Export path]


Arguments

[Project to load] (Optional for auto export)

The full path and filename of the IglooSetup project to load.

  • Required when launching the application by double-clicking a project file.

  • Optional when using -doAutoExport. If not specified, the startup project defined in the application settings will be used.

-doAutoExport

Initiates an automatic export of the loaded project and automatically exits the application once complete.

  • If any errors occur during export, they are written to a log file for review.

  • Use this flag to automate project exports in scripts or scheduled tasks.

-autoExportOutputPath [Export path] (Optional)

Specifies a custom output directory for the exported data.

  • If omitted, the project’s default export path is used.


Example

IglooSetup.exe "C:\Projects\MySetup.igloosetup" -doAutoExport -autoExportOutputPath "D:\Exports\MySetupExport"

This command loads the specified project, performs an auto export to the defined directory, and closes the application when finished.