Script Format Overview |
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...