mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +01:00
12 lines
401 B
Batchfile
12 lines
401 B
Batchfile
@echo off
|
|
|
|
cd /d %~dp0
|
|
|
|
if not exist dev\nvram mkdir dev\nvram
|
|
if not exist dev\nvram\ea3-config.xml copy prop\ea3-config.xml dev\nvram\ea3-config.xml
|
|
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 -H 33554432 -K jbhook2.dll jubeat.dll -v
|