[求助]如何编写一个cmd批处理文件在windows环境中运行安装sp2的所有补丁
@echo off
title 正在安装重要更新……
start /wait KB867282.exe /quiet /norestart /o /n /f
start /wait KB873333.exe /quiet /norestart /o /n /f
start /wait KB873339.exe /quiet /norestart /o /n /f
start /wait KB885250.exe /quiet /norestart /o /n /f
start /wait KB885523.exe /quiet /norestart /o /n /f
start /wait KB885626.exe /quiet /norestart /o /n /f
start /wait KB885835.exe /quiet /norestart /o /n /f
start /wait KB885836.exe /quiet /norestart /o /n /f
start /wait KB886185.exe /quiet /norestart /o /n /f
start /wait KB886677.exe /quiet /norestart /o /n /f
start /wait KB887742.exe /quiet /norestart /o /n /f
start /wait KB888113.exe /quiet /norestart /o /n /f
start /wait KB888302.exe /quiet /norestart /o /n /f
start /wait KB890047.exe /quiet /norestart /o /n /f
start /wait KB890175.exe /quiet /norestart /o /n /f
start /wait KB891781.exe /quiet /norestart /o /n /f
start /wait qchain.exe
exit