mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 08:20:51 +01:00
12 lines
219 B
Batchfile
12 lines
219 B
Batchfile
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist conf mkdir conf
|
|
if not exist conf\nvram mkdir conf\nvram
|
|
if not exist conf\raw mkdir conf\raw
|
|
|
|
regsvr32 /s xactengine2_10.dll
|
|
|
|
inject ddrhookx.dll DDR.exe --config ddr-11-us.conf %*
|