20230614 1307 

 

xh:=13
xm:=10
xs:=00
while(true) {
  sleep 1000
  if(A_Hour=xh && A_Min=xm && A_Sec=xs) {
    MsgBox, hello world!
  }
}
ExitApp
break::ExitApp

'[PA] 업무자동화 > [AH]Autohotkey' 카테고리의 다른 글

AH '1'을 '001'로 바꾸기  (0) 2023.06.15
AH Autohotkey Beginner Tutorial  (0) 2023.06.15
AH Scite4AutoHotkey 오류 error  (0) 2023.06.14
AH Auto-Execute Section  (0) 2023.06.14
AH 스렛드 세치기 Threads  (0) 2023.06.14
Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]