mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-14 18:27:36 +01:00
9 lines
142 B
Batchfile
Executable File
9 lines
142 B
Batchfile
Executable File
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist dev\nvram mkdir dev\nvram
|
|
if not exist dev\raw mkdir dev\raw
|
|
|
|
launcher -k ddrhook.dll ddr.dll %*
|