Jump to content

Recommended Posts

Posted

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!

Posted (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 by frontmill
Posted (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 by SerialKiller

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
×
×
  • Create New...