Let's say that a FastKeys user wants to run a command such as:
Run, *RunAs P:\tracing\Trace 1.3.exe
...but sometimes the .exe will be renamed like:
Trace 1.4.exe
Trace 2.0.exe
Without having to manually edit the FastKeys command each time the .exe is renamed, is there a way to use a wildcard symbol in the command to refer to the current .exe?
For example,:
Run, *RunAs P:\tracing\Trace*.exe
...does not work. But is there something similar?