> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/keywords/commandline.md).

# 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 %}
