@echo off
@sn.exe -Vr commonmodule.dll
@gacutil.exe /IF commonmodule.dll
@sn.exe -Vr remoteobject.dll
@gacutil.exe /IF remoteobject.dll
@FOR %%f IN (*.dll) DO sn.exe -Vr %%f
@FOR %%f IN (*.dll) DO gacutil.exe /IF %%f
@for %%f IN(*.dll) DO regsvr32 %%f /IF /s
@for %%f IN(*.ocx) DO regsvr32 %%f /IF /s
2022-03-24 09:46:09
316B
NET
1