> For the complete documentation index, see [llms.txt](https://docs.optitrack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optitrack.com/v1.1/developer-tools/developer-tools-overview/command-line-access-to-motive.md).

# Command Line Access to Motive

### Command Line Access

Just like opening any other applications running on Windows, you can start Motive by typing its directory into the Command Prompt. Also, if there is any particular Motive TTP project that you consistently work with, you can type in the directory to the TTP file following the Motive Directory to access the file. If opening a same project is a regular workflow, you can also create a batch file (.bat) from the command lines as well. Just type in the command prompt entries into a text editor and save the text file with a .bat extension.

<figure><img src="https://v110.wiki.optitrack.com/images/7/72/MotiveCommandLine.png" alt=""><figcaption><p>Opening Motive project via the Command prompt</p></figcaption></figure>

<figure><img src="https://v110.wiki.optitrack.com/images/thumb/d/d5/MotiveBatchAccess.png/700px-MotiveBatchAccess.png" alt=""><figcaption><p>Batch text file (.bat) for opening MotiveProject.ttp file.</p></figcaption></figure>


---

# 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:

```
GET https://docs.optitrack.com/v1.1/developer-tools/developer-tools-overview/command-line-access-to-motive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
