Hey plul, your script is amazing work. It's really the ground work that makes ahk a whole lot easier to use and I don't have to memorize all my hidden keys. So all I need to know how the name of the command and I don't have to worry about accidental presses on my keyboard. I have the option to view what commands I use via ? which is helpful.
I did however come across a situation where I want to use gui_search_title to input cmd commands without having to launch a command-prompt window just yet. How would I be able to do this?
I've experimented with REPLACEME but it looks like that it's only browser url specific.
MY ATTEMPT (NOT WORKING)
else if thisguysdope = doping%A_Space%
{
gui_destroy()
gui_search_title = Ping...
Run, cmd /K "ping REPLACEME"
}