
CODE: [Copy to clipboard][ Last edited by zw19750516 on 2008-6-3 at 06:24 PM ]@echo off
ping www.baidu.com>nul 2>nul
if errorlevel 0 (start "" "c:\北京校时器.exe"&goto :eof) else (goto next)
:next
............
CODE: [Copy to clipboard]@echo off
ping www.baidu.com>nul 2>nul
if errorlevel 1 (goto next) else (start "" "c:\北京校时器.exe"&goto :eof)
:next
............
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |