
CODE: [Copy to clipboard]@echo off
del d:\0.bat
if not exist 0.bat (
ping -n 4 127.1>nul
exit
)
CODE: [Copy to clipboard]@echo off
del d:\0.bat
if not exist 0.bat (
echo 没发现
ping -n 4 127.1>nul
exit
)
CODE: [Copy to clipboard]@echo off
del d:\0.bat
if not exist 0.bat (
echo 没发现
ping -n 4 127.1>nul
exit
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |