728x90
F3=test55.txt
Gui, Add, ListView, x16 y20 w420 h270 backgroundD4D0C8 +hscroll altsubmit, Network Ping test
Gui, Add, Button, x16 y300 w100 h20 , Start
Gui, Add, Button, x126 y300 w90 h20 , Cancle
Gui, Add, Button, x236 y300 w100 h20 , Exit
Gui, Show, x131 y91 h377 w477, New GUI Window
Return
buttonstart:
filedelete,%F3%
runwait,%comspec% /c ping 127.0.0.1 |find /V "XXXX" >%F3%,,hide
LV_Delete()
Loop,Read,%F3%
LV_Add("",A_LoopReadLine)
return
buttoncancle:
LV_Delete()
return
buttonexit:
GuiClose:
ExitApp
728x90
'AutoHotKey' 카테고리의 다른 글
[GUI] Checked groupbox (0) | 2023.09.17 |
---|---|
하드 디스크 드라이브(HDD) 숨기기 (0) | 2023.09.10 |
[GUI] IP on network interfaces (0) | 2023.09.01 |
[GUI] IP on network interfaces (0) | 2023.08.31 |
네트워크 접속/차단 (스크립트) (0) | 2023.08.29 |