boaster Posted May 8, 2006 Posted May 8, 2006 A friend suggested looking into AutoIt. What I need is a *very* simple script that will do nothing except wait ten minutes and then press the space key. Can Autoit do this? How do I get started. Thanks!
frontmill Posted May 8, 2006 Posted May 8, 2006 (edited) open a new textfile, paste this in it, save it as filename.au3 sleep(600000) send("{space}") then press right mouse butoon on the file and do: compile script.. Edited May 8, 2006 by frontmill
AutoChris Posted May 8, 2006 Posted May 8, 2006 (edited) A friend suggested looking into AutoIt. What I need is a *very* simple script that will do nothing except wait ten minutes and then press the space key. Can Autoit do this? How do I get started. Thanks!edit: frontmill beat me to it! Edited May 8, 2006 by SerialKiller
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