You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
198 B
Batchfile

@ECHO OFF
for /D %%f in (c:\visu2000\*.*) do for %%g in (%%f\*.ocx) do regsvr32 /s %%g
for /D %%f in (c:\visu2000\*.*) do for /D %%g in (%%f\*.*) do for %%h in (%%g\*.ocx) do regsvr32 /s %%h