1
0
mirror of synced 2024-11-30 17:04:30 +01:00
CriTools/win_mix_acb.bat
2019-11-14 11:40:43 +08:00

6 lines
137 B
Batchfile

@echo off
set /P key=Please input key and press Enter:
if "%key%"=="" set key=0
node.exe "%~dp0index.js" mix_acb -k %key% %*
pause