The script file name must match the name of the application as it appears in the Enabled Applications list, and the aes file should be placed in the same directory as the Application Enabler executable file. There can only one aes file per application.
Application Enabler requires the following three functions for DDE scripting:
-
GetScreenContents
-
GetCursorRow
-
GetCursorColumn
As the names of these functions indicate, each function receives DDE data and returns the screen contents (GetScreenContents), the row of the current cursor location (GetCursorRow), and the column of the current cursor location (GetCursorColumn).