3 lines
88 B
Batchfile
3 lines
88 B
Batchfile
rem @echo off
|
|
cd /D %~dp0
|
|
for /f "tokens=*" %%a in ('dir /b .\*.*') do regsvr32 /s .\%%a |