
CODE: [Copy to clipboard][ Last edited by Hanyeguxing on 2010-3-19 at 21:21 ]@echo off
for /f %%a in ('dir /b^|find /i /c ".exe"') do for /f "delims=" %%i in ('dir /b *.exe') do (
set /a N+=1&call echo 正在更新,请稍后 (%%N%%/%%a^)...
"%%i" /quiet /norestart
cls)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |