Ajdi Posted July 18, 2009 Posted July 18, 2009 How can I do something like that: Autoit script sending "textextexttextext" + {ENTER} to specific program name but that allow me to searching net, moving mouse etc ( don't interupt other things ) I hope there is a topic about that somewhere but I didn't found it. Thx for help, links to tutorials, other topics!
Ajdi Posted July 18, 2009 Author Posted July 18, 2009 ControlSend ( "title", "text", controlID, "string" [, flag] ) here how I try: (works almost correct , but changing some small letters to high) ControlSend ( "Warcraft III", "", 0, "--- Text Text | Text Text | Text text ---" ) Sleep(100) ControlSend ( "Warcraft III", "", 0, "{ENTER}" ) Sleep(100) ControlSend ( "Warcraft III", "", 0, "--- Text Text | Text Text | Text text ---" ) Sleep(100) ControlSend ( "Warcraft III", "", 0, "{ENTER}" ) Sleep(10000)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now