下面这条命令中的 “%%i” 是什么意思或着说有什么作用
IF EXIST %SystemDrive%\oexp\hotfix\*.exe for %%i in (%SystemDrive%\oexp\hotfix\*.exe) do %%i /quiet /passive /norestart /nobackup
IF EXIST %SystemDrive%\oexp\hotfix\*.exe for %%i in (%SystemDrive%\oexp\hotfix\*.exe) do %%i /quiet /passive /norestart /nobackup
