Jump to content

Recommended Posts

Posted (edited)

Hello everyone !

I have written a script autoit and i wanna run him every day at 3:00 am

and i dont know how do that . Gordoni.

Edited by Gordoni
Posted

Hello everyone !

I have written a script autoit and i wanna run him every day at 3:00 am

and i dont know how do that . Gordoni

Hi,

If @HOUR = 15 And @MIN = 0 Then
    MsgBox(64, "3 PM","TIME TO START !")
EndIf
Posted

Works but how to enable this script ( sleep mode )

When i run that script is closing and only running at the time what i choose

I wanna that script to run program at the time but without my help

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