I am interested in being able to use multiple (about 4) global variables to switch how the system handles certain files. Currently I can only see how to create the logic for two. Have tried some other syntax with no luck.
@ifset:$glob:Notepad++
"C:\Program Files (x86)\Notepad++\notepad++.exe" {filepath}
@ifset:else
"C:\Program Files\Adobe\Adobe Dreamweaver CC 2017\Dreamweaver.exe" {filepath}
for example the global variables I want to switch on are Notepad++, Dreamweaver, Visual Studio, and AceText? Thanks