Jump to content

run script every 5 min


Recommended Posts

Hi, i created the mouse move script via the script creator, need to run it every 5 min automatically, please help.

thanks.

Hi,

running the script every 5 min or executing a func every 5 min? Second build a loop like while wend with a sleep or a Timer.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Welcome to the AutoIt forums, chernivolk - Note that Jon is considered God over the AutoIt forum and Valik is his prophet.

Look in the AutoIt help file under AutoIt > Function Reference > Timer and Delay Functions > TimerInit

Use the help file's Search feature and search for AdlibEnable - you click on the Search tab, there on the left pane, newbe.

Edited by Squirrely1

Das Häschen benutzt Radar

Link to comment
Share on other sites

AutoIt isn't like some old version of php any more - functions can be defined anywhere, so folks usually just define them at the bottom of the script, after the main loop if there is one. Browse the forums for some scripts, and study the scripts at the bottom of the lowest nodes in the AutoIt help file.

Das Häschen benutzt Radar

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