Created
August 18, 2017 04:14
-
-
Save jrichardsz/d21132ef87c86a8b194b0290c289811f to your computer and use it in GitHub Desktop.
script autoit que abre el notepad y escribe algo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main() | |
| func main() | |
| Sleep(125) | |
| Send("^c") | |
| Send("#r") | |
| Sleep(125) | |
| Send("notepad") | |
| Send("{ENTER}") | |
| Sleep(125) | |
| Send("Esto es un pequenho ejemplo del poder de autoit!!!!!") | |
| Send("{ENTER}") | |
| Send("{ENTER}") | |
| Send("{ENTER}") | |
| Send("Saaaaaaaludos!!!!!") | |
| endfunc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment