Skip to content

GUI SCRIPT | URL Browser Specific | add function to callout cmd commands #5

@fohrums

Description

@fohrums

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions