1
General Software Discussion / Re: Problem auto-typing into Notepad??
« on: August 01, 2025, 09:51 AM »
Run, notepad.exe
WinWaitActive, ahk_exe notepad.exe
Send, Hello, this is auto-typed text!
WinWaitActive, ahk_exe notepad.exe
Send, Hello, this is auto-typed text!
