12 lines
378 B
Batchfile
12 lines
378 B
Batchfile
copy Mix.dll %windir%\system32
|
|
copy sdk3000_7130.dll %windir%\system32
|
|
copy Deinterlace.ax %windir%\system32
|
|
copy SDK3000.ocx %windir%\system32
|
|
regsvr32/u/s %windir%\system32\Deinterlace.ax
|
|
regsvr32/s %windir%\system32\Deinterlace.ax
|
|
regsvr32/u/s %windir%\system32\SDK3000.ocx
|
|
regsvr32/s %windir%\system32\SDK3000.ocx
|
|
regsvr32/s Comdlg32.ocx
|
|
regsvr32/s mscomctl.ocx
|
|
|