regedit.exe /s "c:\Program Files\see\see.REG"
for %%i in (*.dll) do regsvr32.exe /s %%i
for %%i in (*.ocx) do regsvr32.exe /s %%i
cd codec
for %%i in (*.dll) do regsvr32.exe /s %%i
for %%i in (*.ax) do regsvr32.exe /s %%i
在软件调用中出现路径错误,本人刚学bat,请较老师们!谢谢
for %%i in (*.dll) do regsvr32.exe /s %%i
for %%i in (*.ocx) do regsvr32.exe /s %%i
cd codec
for %%i in (*.dll) do regsvr32.exe /s %%i
for %%i in (*.ax) do regsvr32.exe /s %%i
在软件调用中出现路径错误,本人刚学bat,请较老师们!谢谢
