
CODE: [Copy to clipboard]@echo off
for /f %%i in ('type "1.txt"') do (
if "%%i" == "11" (ping 60.191.244.5) else ping www.qq.com
)
exit
CODE: [Copy to clipboard]findstr/x "11" 1.txt>nul 2>nul&&ping 60.191.244.5||ping www.qq.com
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |