Answers for "a Auto Hotkey script to type into a command prompt"

0

a Auto Hotkey script to type into a command prompt

{
*$F1::
ConsoleSend("Hello World")
Sleep, 200
ConsoleSend("`r", "ahk_class ConsoleWindowClass")
Sleep, 1000
ConsoleSend("Random Text", "ahk_class ConsoleWindowClass")
Sleep, 200
ConsoleSend("`r", "ahk_class ConsoleWindowClass")
Sleep, 15000
ConsoleSend("More Random Text", "ahk_class ConsoleWindowClass")
Sleep, 200
ConsoleSend("`r", "ahk_class ConsoleWindowClass")
Sleep, 1000
SetKeyDelay 30,50
Send, {ALT DOWN}{TAB}{ALT UP}
Return
Posted by: Guest on May-11-2021

Code answers related to "a Auto Hotkey script to type into a command prompt"

Browse Popular Code Answers by Language