Jump to content

Recommended Posts

Posted (edited)

i just need for my program to do a simple loop:

type (message) every (#) seconds

any suggestions for resources to learn autoscript it

i would just use it for switching windows and enter commands no mouse movements

Edited by themicroant
Posted

The helpfile that comes with AutoIt is about as helpful as anything.

Looks like you need to look up While (looping), Send (to type messages), Sleep (to wait between loops), and Win* functions (for interacting with windows).

Posted

Or just something like

While 1

Sleep(time_goes_here)

MsgBox(0,"Title_for_window","Msg_text_here")

WEnd

It should show msg box with "OK" button and msg You typed there every time_goes_here miliseconds.

If there is some error - sorry, but i am AutoIt n00b :)

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...