mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-01-05 09:24:24 +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
|