for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s ... - 百度知道

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s ... - 百度知道

瀏覽:1361
日期:2025-10-06
6,764,611条结果 ... 答:%1 是遍历变量,遍历集合为:%windir%\system32\*.dll /s 是regsvr32.exe 的 选项( ... do regsvr32.exe /s %1 里的两个%1和/s各是什么意思啊?...看更多