mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-14 10:17:38 +01:00
16 lines
374 B
Batchfile
Executable File
16 lines
374 B
Batchfile
Executable File
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist d mkdir d
|
|
if not exist e mkdir e
|
|
if not exist f mkdir f
|
|
|
|
if not exist e\avs_conf mkdir e\avs_conf
|
|
if not exist e\avs_conf\CONF mkdir e\avs_conf\CONF
|
|
if not exist e\avs_conf\CONF\NVRAM mkdir e\avs_conf\CONF\NVRAM
|
|
if not exist e\avs_conf\CONF\RAW mkdir e\avs_conf\CONF\RAW
|
|
|
|
inject iidxhook2.dll bm2dx.exe -D --config iidxhook-13.conf %*
|
|
|