Jump to content

Recommended Posts

Posted

Good morning all,

How could I create an alert using AutoIt language?

For example, at a specific time, saying 3:00 p.m., and for 5 days a week, a message is displayed on the screen.

I'm sorry, English is not my mother tongue.

Thank you.

 

  • Moderators
Posted

apitos,

Welcome to the AutoIt forums.

Look in the Helpfile for the @MDAY, @HOUR and @MIN macros - then create a loop (While...WEnd) to check the current day of the week and time (If...Then...EndIf). When all the conditions are met create a GUI (GUICreate).

Have a go yourself and come back if you run into problems.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

I personally would go with the task scheduler instead of having an ongoing process running all the time just to check if it is time (or not) on the right day.  Just create a small script that would display whatever you want, compile it, enter task scheduler and inscribe the right parameters. Voilà !

  • 4 weeks later...

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