Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created August 18, 2017 04:14
Show Gist options
  • Select an option

  • Save jrichardsz/d21132ef87c86a8b194b0290c289811f to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/d21132ef87c86a8b194b0290c289811f to your computer and use it in GitHub Desktop.
script autoit que abre el notepad y escribe algo
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