I would like to send some text to a Windows cmd terminal, so I made this simple AutoHotKey .ahk script file:
^!+T::Send Hello
However, the text "Hello" does not show in the cmd terminal windows when I press Ctrl + Alt + Shift + T, but it works fine when I use it from a simple text editor.
How can I make send
give input to Windows cmd terminal?