I need the sleep command to wait 30 mins

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
JoshPlayz_007
Posts: 5
Joined: 17 Jun 2021, 13:05

I need the sleep command to wait 30 mins

17 Jun 2021, 14:29

As the subject says I need the sleep command to wait 30 mins is it measured in milliseconds?
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: I need the sleep command to wait 30 mins

17 Jun 2021, 15:20

yeah, 1000 ms = 1 second

You could do something like this

Code: Select all

sleepTime := (30 * 60000)
Sleep, % sleepTime

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Google [Bot], Theda and 135 guests