1
0
mirror of synced 2024-11-12 01:00:51 +01:00
CriTools/acb_mix.bat
2020-03-12 10:35:30 +08:00

6 lines
136 B
Batchfile

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