mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-15 10:47:36 +01:00
13 lines
200 B
Batchfile
Executable File
13 lines
200 B
Batchfile
Executable File
@echo off
|
|
|
|
IF "%1"=="" GOTO USAGE
|
|
|
|
iidx-irbeat-patch.exe 10 %1 e\\settings.bin.0
|
|
iidx-irbeat-patch.exe 10 %1 f\\settings.bin.1
|
|
GOTO END
|
|
|
|
:USAGE
|
|
ECHO "Usage: iidx-irbeat-patch.bat <beat phase>"
|
|
|
|
:END
|