CODE: [Copy to clipboard]@echo off rem 假设把所有的补丁都放在C:\test文件夹中 set TarDir=C:\test cd %TarDir% for %%i in (*.exe) do ( %%i /quiet /passive /norestart /nobackup )