3 lines
76 B
Text
3 lines
76 B
Text
Run("notepad")
|
|
WinWaitActive("Untitled - Notepad")
|
|
Send("The answer is 42")
|
Run("notepad")
|
|
WinWaitActive("Untitled - Notepad")
|
|
Send("The answer is 42")
|