> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.4/modules/exporter.md).

# Exporter

The **Exporter** **Module** allows to export a **Project** to a chosen export folder. Along with exporting the **Project**, **Exporter** creates a copy of **Incari Player** in the same folder.

![](https://3875032344-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSX7w874Eg6ode1ivk0ZM%2Fuploads%2Fgit-blob-f89b70aa382790633d1837522ce69eed0bd9b85d%2Fexporter-module.png?alt=media)

After exporting a **Project**, the target folder will have:

* A folder with a copy of **Incari Player**.
* A folder with the exported **Project**.
* A `run.bat` file.

The **Project** can then be started by launching `run.bat`.

It is also possible to export a **Project** from the command line with the command `IncariCLI.exe /p="<project-path>" /export /output="<export-folder-path>"`.
