Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Open Notepad
- Run("notepad.exe")
- Sleep(1000)
- ; Type some text
- Send("Hello, AutoIt!")
- ; Wait for a moment
- Sleep(2000)
- ; Close Notepad
- WinClose("Untitled - Notepad")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement