1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-15 10:47:36 +01:00
bemanitools/dist/iidx/iidx-irbeat-patch-10.bat

13 lines
200 B
Batchfile
Raw Normal View History

2019-09-27 22:36:50 +02:00
@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