> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/installation/install-omrun/omrun-paths.md).

# OMrun Paths

### Application installation path

| OMrun  | Operating system | Path                       |
| ------ | ---------------- | -------------------------- |
| 64-bit | 64-bit           | C:\Program Files\dbi\OMrun |

<figure><img src="/files/YReRMTWSOlC0hywIdAo5" alt="OMrun application installation path" width="80%"><figcaption><p>OMrun application installation path</p></figcaption></figure>

***

### Test project path

It is recommended to create the following folders for every OMrun test project:

* Backup
* BatchJobs
* TestData
* TestScripts

The project folder path is:\
`[MyDisk:\MyFolder\TestScripts]`\
e.g. `C:\Temp\DemoCase\TestScripts`

<figure><img src="/files/TAegxXwscWAkNiKg0rsG" alt="OMrun test project path" width="80%"><figcaption><p>OMrun test project path</p></figcaption></figure>

***

### Business system path

The [Business System](/omrun-help/element-details/business-system.md) folder path is:\
`[MyDisk:\MyFolder\TestScripts\MyBusinessSystem]`\
e.g. `C:\Temp\DemoCase\TestScripts\Demo`

If a new business system is created the following folders are automatically added:

* Configuration
* Environment
* TestScenario

<figure><img src="/files/CK1E4Wbnma43YVc8jidE" alt="OMrun business system path" width="80%"><figcaption><p>OMrun business system path</p></figcaption></figure>

***

### User path

The user folder path is:\
`[MySystemDrive:]\Users\[Username]\AppData\Roaming\dbi\OMrun`\
e.g. `C:\Users\Jane.Doe\AppData\Roaming\dbi\OMrun`

<figure><img src="/files/0H6aG1Gw5cfdkMcmGWOk" alt="OMrun user path" width="80%"><figcaption><p>OMrun user path</p></figcaption></figure>

| Directory | Content                                                                                                                                                                                                                                                                        |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Database  | Contains the Microsoft CE-Database (SQL compact edition) to support the MDX data adapter as well as a supporting database for easy storage of temporary test results.                                                                                                          |
| Example   | Initial test project folder for the OMrun business system "Excel" as a working example and to verify the OMrun initial installation.                                                                                                                                           |
| Log       | <p>Containing all log files</p><ul><li>OMrun.log</li><li>OMrunReports.log</li><li>OMrunPlugIn\_CsvConverter.log</li><li>OMrunPlugIn\_MDX.log</li><li>OMrunPlugIn\_RecordPosConverter.log</li><li>OMrunPlugIn\_RtlGenerator.log</li><li>OMrunPlugIn\_XmlConverter.log</li></ul> |
| Reporting | Contains temporary Excel reports created manually when clicking the button `Export` on OMrun menu.                                                                                                                                                                             |

### License Key Path

The OMrun license file is saved under the path below:\
`C:\ProgramData\dbi\OMrun\license.txt`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dbi-services.gitbook.io/omrun-help/installation/install-omrun/omrun-paths.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
