mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-13 18:00:49 +01:00
12 lines
219 B
Batchfile
12 lines
219 B
Batchfile
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist conf\nvram mkdir conf\nvram
|
|
if not exist conf\raw mkdir conf\raw
|
|
|
|
regsvr32 /s com\CLVsd.ax
|
|
regsvr32 /s com\xactengine2_10.dll
|
|
|
|
inject ddrhook1.dll DDR.exe --config ddr-12-eu.conf %*
|