mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-15 02:37:37 +01:00
15 lines
223 B
Batchfile
Executable File
15 lines
223 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
|
|
|
|
subst /D E:
|
|
subst /D F:
|
|
|
|
subst E: dev\E
|
|
subst F: dev\F
|
|
|
|
launcher -k iidxhook.dll bm2dx.dll -u -i 1002:7146 %*
|