7 lines
161 B
Batchfile
Executable File
7 lines
161 B
Batchfile
Executable File
@REM REGSVR32.BAT NFS V 4.8.4
|
|
@REM adapted for STS 21.11.2006
|
|
@REM silent and no pause
|
|
regsvr32.exe /s kmmsrv.dll
|
|
regsvr32.exe /s richtx32.ocx
|
|
exit
|