mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-24 06:40:11 +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
|