Jump to content

Quick Help With Easy Code


Recommended Posts

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
Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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