mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 00:10:51 +01:00
18 lines
541 B
Batchfile
18 lines
541 B
Batchfile
|
@echo off
|
||
|
cd /d %~dp0
|
||
|
|
||
|
if not exist dev mkdir dev
|
||
|
if not exist dev\e mkdir dev\e
|
||
|
if not exist dev\g mkdir dev\g
|
||
|
if not exist dev\nvram mkdir dev\nvram
|
||
|
if not exist dev\raw mkdir dev\raw
|
||
|
if not exist dev\raw\c.dest echo $null >> dev\raw\c.dest
|
||
|
if not exist dev\raw\log mkdir dev\raw\log
|
||
|
if not exist dev\raw\fscache mkdir dev\raw\fscache
|
||
|
|
||
|
for /R prop\defaults %%D in (*.*) do (
|
||
|
if not exist dev\nvram\%%~nxD copy /y prop\defaults\%%~nxD dev\nvram
|
||
|
)
|
||
|
|
||
|
launcher -H 268435456 -K sdvxhook2-cn.dll soundvoltex.dll --config sdvxhook2-cn.conf %*
|