
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard]没测试,可能有问题的。@echo off
for %%i in (*.exe) do (
set num=0
if /i "%%i"=="vbs56nchs.exe" %%i /q&&set num=1
if /i "%%i"=="Windows2000-KB823559-x86-CHS.exe" %%i -u -q -z&&set num=1
if /i "%%i"=="Windows2000-KB823182-x86-CHS.exe" %%i -u -q -z&&set num=1
if /i "%%i"=="Windows2000-KB824105-x86-CHS.exe" %%i -u -q -z&&set num=1
setlocal enabledelayedexpansion
if !num!==0 %%i /passive /norestart /norestart
endlocal
)
pause
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |