# COMMANDLINE

This Keyword returns a *\<string>*, the command line used to start the process.\
The actual returned value is platform dependent.

{% hint style="info" %}
**Win32:** Returns the actual **command line parameters** used to start the application.
{% endhint %}

{% hint style="info" %}
**Android:** Returns the **data** **of the intent** that started the application. It's retrieved by calling android.content.Intent.getDataString().
{% endhint %}

{% hint style="info" %}
**Windows10:** If the application was started with a protocol activation (this is *ActivationKind.Protocol*) it returns the activation **Uri String**, otherwise it returns an empty string.
{% endhint %}


---

# Agent Instructions: 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://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/commandline.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.
