How to run a script on specific actual time's in Autoit?
for example I start Autoit script at any time and it wait until my defined time (e.g. 01:00:00 & 02:00:00 & ...) reach's and then script resume and do any thing i want.
sorry for my poor language.
相关问题
- How to account for clock offsets in a distributed
- Java Instant.parse on Date java 8
- Linux get system time since power on
- Calculate sum time in Oracle
- Is Sleep() inaccurate?
相关文章
- Get POSIX epoch as system_clock::time_point
- Rails: always include the milliseconds with create
- Will getting the current date/time be thread-safe
- strtotime('today') returning incorrect tim
- Format std::time output
- What is the simplest way to find the difference be
- How to get the current UTC time in seconds
- Convert time from numeric to time format in R
Following code sets different times (multiple hours, multiple minutes and multiple seconds) to execute your script at:
You can exit the loop by pressing F10 for the
_exit()
function.Say you want your script to beep at 22:31:15 then: