在CMD里面输入for %1 in (%windir%尀system32尀*.dll) do regsvr32.exe ⼀s %1出错,

2025年03月22日 09:08
有3个网友回答
网友(1):

%1是参数,不能用在for里面的,至于那个只读,看下楼的了、

网友(2):

@for %i in (%windir%\system32\*.ocx) do @regsvr32.exe /s "%i"

网友(3):

看仔细 是%i 不是%1