5 lines
82 B
Batchfile
5 lines
82 B
Batchfile
@echo off
|
|
copy *.dll %windir%\system32
|
|
regsvr32 /s %windir%\system32\sccbase.dll
|
|
|