AMTrigger.ExeName |
Syntax:
%AMTrigger.Exename%
Trigger Supported:
Type:
String
Description:
Returns the absolute path of the process that activated the trigger. An absolute path (also known as full path) is a path that contains the root directory and all other subdirectories that contain a file or folder (i.e. C:\folder\subfolder\filename.exe).
Example:
Description: Displays attributes about the process that activated the trigger in a message dialog, including Process ID, file name and path tho the .exe.
<AMSHOWDIALOG WINDOWTITLE="Monitored Process Attributes">The absolute path of the process that activated the trigger: %AMTrigger.ExeName% The file name of the process that activated the trigger (excluding path information): %AMTrigger.FileName% The process ID of the process that activated the trigger: %AMTrigger.ProcessID%</AMSHOWDIALOG>
|
See Also:
AMTrigger.Action | AMTrigger.Source | AMTrigger.Table | AMTrigger.Type | AMTrigger.Exename | AMTrigger.Filename