參考資料使用system函數用法int system("想要執行的dos指令") 使用管線導向..把 ping的結果導向到任何一個檔案裡int system("ping xxx.xxx.xxx.xxx > 1.txt")然後 分析 ...
blog.xuite.net