copy /y xxx.ocx %windir%\system32\
regsvr32 %windir%\system32\xxx.ocx上面的写法在x86上没问题,x64就不行,x64需要复制到syswow64目录中
希望能写个通用的批处理