endSec := A_Sec + 5 if (endSec >= 60) { endSec -= 60 } Loop { if (A_Sec = endSec) break } MsgBox, 프로그램을 켠지 5초가 지났습니다. ExitApp