Script Format Overview

 
AeTrayMenu scripts are divided into sections. Each section controls a different aspect of the behaviour of the tray menu. A section is started by specifying the name of the section enclosed in square brackets [ ]. Each section contains a number of entries.

There are two different types of sections: those such as [Config] whose entries contain directive names and values (in the form Directive=Value), and those such as [Variables] whose entries are divided into parameters.

Here is an example: [Config] ImageList=myimages.bmp TrayIcon=myicon.ico [Variables] Name: MyAppVersion; Type: static; Value: "version 1.0"

Note that you can specify multiple sections of the same name. In this case, the contents of those sections are merged.

You can put "comments" in the script (which are ignored by AeTrayMenu) by placing a semicolon at the beginning of a line. For example: ; This is a comment. I could put reminders to myself here...

See also See Also
Parameters in Sections
Variables
[Config] Section