mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-01-05 17:34:25 +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 %*
|