[AHK-] 請問如何判斷有無連上router?

看板EzHotKey作者 (no regret...)時間15年前 (2009/10/08 07:45), 編輯推噓0(0011)
留言11則, 2人參與, 最新討論串1/2 (看更多)
因為在測WiFi 的 T-put,要一直換wifi channel 所以連線會一直中斷, 目前我是以ping XXX.XXX.XXX.XXX -t來判斷有沒連上, 想請教用AutoHotkey可以讓我的生活更簡單嗎?...XD (command mode裡的文字要怎麼wait啊??) (是要定時copy all再paste到notepad再判斷嗎??) (有更直接的方法嗎???) 麻煩了~~~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 114.32.98.1

10/09 14:57, , 1F
不能用.bat檔做就好了嗎?ping一次然後看結果
10/09 14:57, 1F

10/09 23:05, , 2F
batch,好主意啊,我try try cmd+bat, ping ok就exit
10/09 23:05, 2F

10/09 23:06, , 3F
再wait window close...謝謝你的建議!
10/09 23:06, 3F

10/09 23:18, , 4F
cmd /c ping xxx.xxx.xxx.xxx > pingresult.txt
10/09 23:18, 4F

10/09 23:18, , 5F
pingresult.txt
10/09 23:18, 5F

10/09 23:18, , 6F
再判斷pingresult.txt有沒有ping到...got it!
10/09 23:18, 6F

10/09 23:19, , 7F
感謝大大的建議!...A_A
10/09 23:19, 7F

10/09 23:22, , 8F
ping xxx.xxx.xxx.xxx -t > c:\test.txt
10/09 23:22, 8F

10/09 23:23, , 9F
sleep 500;run c:\test.txt;get text, close notepad,
10/09 23:23, 9F

10/09 23:24, , 10F
再run c:\test.txt, 一直判斷到固定時間 or 有連線
10/09 23:24, 10F

10/09 23:24, , 11F
再win close ping....我只想到這樣~~~Or2
10/09 23:24, 11F
文章代碼(AID): #1ApIWJ0d (EzHotKey)
文章代碼(AID): #1ApIWJ0d (EzHotKey)