Natedogg386 Posted March 27, 2004 Posted March 27, 2004 How do i get autoIT v3 to use up and down? I have tried this and it does not work: Send ("{DOWN}") I was wondering if there is another way that will make it work?
scriptkitty Posted March 27, 2004 Posted March 27, 2004 Most likely you are doing it in some game that captures the keyboard or something. Does this work in notepad? run("notepad") winwaitactive("Unti") for $i= 1 to 5 send("blah blah blah{enter}") next for $i=1 to 3 send("{up 5}") sleep(1000) send("{down}") sleep(1000) send("{down}") sleep(1000) send("{down}") next AutoIt3, the MACGYVER Pocket Knife for computers.
Natedogg386 Posted March 27, 2004 Author Posted March 27, 2004 Yes that script does work in notepad and it like goes down liek 1 line per second then goes back to top
scriptkitty Posted March 28, 2004 Posted March 28, 2004 yup, that is what was inteded, so AutoIt works good on your system, not that we proved that, time to work on seeing what autoIt can do in the program you wanted it to send down to. AutoIt3, the MACGYVER Pocket Knife for computers.
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