Hi,
I did configure a simple alias which takes a parameter to launch a script
alias trigger: proxy
Regular Expression pattern: ^proxy (.*)$
Script:
cntlm | c:\bin\proxy-set.bat "$$1"
ccproxy | c:\bin\proxy-set.bat "$$1"
off | c:\bin\proxy-set.bat "$$1"
Using the alias with a parameter works fine. Instead when I use the cursor to choose manually one of the three options (cntlm, ccproxy, off) how do I pass my choice to the script proxy-set? Preferably as string (cntlm, ccproxy, off).
I did search but couldn't find the right topic. Or maybe I did use the wrong search strings.
Thanks in advance for any help.
Goddert