Summary: The <file> macro allows for the opening of a file using one or more programs. In the following example,
a file called README.TXT is opened with notepad and Notepad++.
Configure a button for notepad. Put <file> as an argument. When this button is clicked the <file> macro will be replaced by the filename that is currently in the clipboard.
Configure a button for Notepad++. Put <file> as an argument. When this button is clicked the <file> macro will be replaced by the filename that is currently in the clipboard.