mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-14 18:27:36 +01:00
8 lines
122 B
Batchfile
8 lines
122 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd /d %~dp0
|
||
|
|
||
|
if not exist dev\nvram mkdir dev\nvram
|
||
|
if not exist dev\raw mkdir dev\raw
|
||
|
|
||
|
launcher reflecbeat.dll
|