# createfavoritesshortcuts

![Parralels](https://www.parallels.com/static/pl/fileadmin/res/img/navigation/pl-logo-dk.png)

## AppserverClient Command Line Interface

### createfavoritesshortcuts

creates shortcuts for all applications added to Favorites in a RAS connection.

**Category: Shortcuts**

```
AppServerClientCLI createfavoritesshortcuts -id ras:3  
```

### Arguments

* **`id (mandatory)`** Specify the RAS connection ID to use.

### Return codes:

ok - Command was successful\
NotAvailable - Communication with the client backend failed, ensure that the client is running\
InvalidId - Invalid connection, object or session ID\
InvalidArgs - Some arguments are missing or invalid\
Exception - System problem

### Examples:

AppServerClientCLI createfavoritesshortcuts -id ras:3

### See also:

[createshortcut](/landing/ras-windows-cli-guide/v20/commands/createshortcut.md)\
[deleteallshortcuts](/landing/ras-windows-cli-guide/v20/commands/deleteallshortcuts.md)


---

# 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://docs.parallels.com/landing/ras-windows-cli-guide/v20/commands/createfavoritesshortcuts.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.
