Jump to content

Recommended Posts

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...