|
Start /Wait %Systemdrive%\Install\Updates\Directx\DX81NTCHS.EXE /Q:A /C:"dxsetup.exe /install /silent" /R:N
比如向该命令就用到了R:N ,/Q:A
而WINRAR就只用/S
对于一些HOTFIX,参数就也有点分别
Echo.
Echo Installing KB824146...
start /wait %Systemdrive%\Install\Hotfixes\KB824146.exe /Q /M /Z
Echo.
Echo Installing Q814078...
start /wait %Systemdrive%\Install\Hotfixes\q814078.exe /Q:A /R:N
Echo.
Echo Installing Q823718.EXE...
start /wait %Systemdrive%\Install\Hotfixes\Q823718.EXE /Q /C:"dahotfix /Q /N /Z"
对比上面3个,就有了疑问了,为什么呢?
如果有什么规律的话,那要加上自己的HOTFIX就可以应对自如了,谢谢! |
|