_t_ := A_Now ; Current time _t_ += 10, Seconds ; Seconds ; Minutes ; Hours ; Days ; Wait Loop { If (A_Now>=_t_) { Break } sleep 1000 } ExitApp
_t_ := A_Now ; Current time _t_ += 1, Minutes ; Seconds ; Minutes ; Hours ; Days SoundGet, _1_ SoundSet, 5 ; Wait Loop { If (A_Now>=_t_) { Break } sleep 1000 } SoundSet, _1_ ExitApp
Freeware > AutoHotKey - タイマー