Value
String
Description
If you don't want multiple instances of your tray menu running simultaneously, you can put an identifier (ID) into your configuration file. You can use anything you want as an ID, but using a Globally Unique IDentifier (GUID) is recommended. There are various tools on the internet for generating those GUIDs. See below for some links.
When it starts, AeTrayMenu checks if there are any other instances running with the same ID. If so, it immediately terminates. You can also use the ID to close running instances, using the -quit
command-line parameter.
Example
[Config]
ID={42F9F6BD-49C0-42E6-8250-25C98ACE1DAB}

See Also
Command-line parameters
Aerodynamica Software - Creator of GUIDGen, a handy utility for generating GUIDs