1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-14 18:27:36 +01:00
bemanitools/dist/iidx/iidx-irbeat-patch-09.bat
2019-09-27 22:36:50 +02:00

13 lines
198 B
Batchfile
Executable File

@echo off
IF "%1"=="" GOTO USAGE
iidx-irbeat-patch.exe 9 %1 e\\settings.bin.0
iidx-irbeat-patch.exe 9 %1 f\\settings.bin.1
GOTO END
:USAGE
ECHO "Usage: iidx-irbeat-patch.bat <beat phase>"
:END