Windows Update ; Install Downloaded Updates in Bulk
First, copy updates to the server you wish to update then execute the following command to install multiple Windows Update files:
for /f “tokens=*” %a in (‘dir /b C:\updates\*.msu’) do start /wait wusa.exe %a /quiet /norestart