mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 08:20:51 +01:00
9 lines
119 B
Batchfile
9 lines
119 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd /d %~dp0
|
||
|
|
||
|
if not exist dev\nvram mkdir dev\nvram
|
||
|
if not exist dev\raw mkdir dev\raw
|
||
|
|
||
|
launcher jubeat.dll
|