PING包

批处理--制作的小软件用于PING包测试 源代码

狂风中的少年 提交于 2019-12-10 03:16:48
@echo off cd \ color 0A title PING TEST dir c:\ | find "测试数据" if %errorlevel%==0 goto main REM--如果有就跳到:ok if %errorlevel%==1 goto end REM--如果没就跳到:end :end md c:\测试数据 :main mode con: cols=80 lines=30 cls echo -------------------------------------------------------------------------------- echo 说 明 echo. echo PING包测试工具 echo. echo 讯风通信 产品部 V1.1版 echo -------------------------------------------------------------------------------- echo 1.本机查看 echo 2.本机设置 echo 3.远端设置 echo 4.查看测试结果 echo 5.退出 set /p ch= 请选择[1,2,3,4,5]; if %ch%==1 goto ping1 if %ch%==2 goto ping2 if %ch%==3 goto ping3 if %ch%==4 goto