mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-12-01 01:27:18 +01:00
11 lines
331 B
Batchfile
11 lines
331 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd /d %~dp0
|
||
|
|
||
|
if not exist dev\nvram mkdir dev\nvram
|
||
|
if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
|
||
|
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
|
||
|
if not exist dev\raw mkdir dev\raw
|
||
|
|
||
|
launcher -K bsthook.dll -E prop/ea3-config-2.xml beatstream2.dll %*
|