Appearance
Copy Command Group
Copies a command group.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| CommandGroup | string | Name of the command group ([CommandGroup]). | yes | ||
| Copy | string | Name of the copy ([Copy]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| CommandGroup | string | Name of the command group. |
| Caption1 | string | Caption 1 |
| Caption2 | string | Caption 2 |
| Caption3 | string | Caption 3 |
| Caption4 | string | Caption 4 |
| Caption5 | string | Caption 5 |
| Caption6 | string | Caption 6 |
| Caption7 | string | Caption 7 |
| Caption8 | string | Caption 8 |
| Caption9 | string | Caption 9 |
| Caption10 | string | Caption 10 |
| Commands | integer | List of all commands in the command group. |
Code
text
COPY COMMAND GROUP
COMMANDGROUP=[string, Needed]
COPY=[string, Needed]