Description
A powerful feature of AeTrayMenu is that you can let it perform multiple actions for one menu item, so that you don't have to write a separate batch file or so. You can enumerate the actions in a section to which you link using a multi
action.
Parameters
The following is a list of the supported parameters:
- ActionsREQ
-
Value
String
Description
The name of the section that contains the list of actions that should be performed.
Example
Actions: BatchSection
Example
[Menu.Left]
Type: item; Caption: "Start All Services"; Action: multi; Actions: StartAll
[StartAll]
Action: service; Service: apache2; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: mysql; ServiceAction: startresume; Flags: ignoreerrors

See Also
List of Available Actions
How to Use Batch Actions
Batch Actions Sections