When $$ is only a number... It gets blank at execution
Application launcher for Windows, Mac OS X, FreeBSD and Linux
Brought to you by:
karlinjf
Hi,
When we input only numbers as a parameter ($$ or %1) of a verby or runner, $$ or %1 is blank. If I add another symbol to it (like a /), the parameter gets passed.
For example:
Program: C:/Program Files/Google/Chrome/Application/chrome.exe
Argument https://support.emc.com/servicecenter/srManagement/$$
When I input 1234, it opens chrome with https://support.emc.com/servicecenter/srManagement/ only.
If I input 1234/, the it opens https://support.emc.com/servicecenter/srManagement/1234/
I tried to put the arguments between double quotes ("), I tried using the --app command argument of chrome, I also tried with verby, and it's the same behavior.