1
0
mirror of synced 2024-11-28 00:00:53 +01:00
CriTools/win_hca2wav.bat
2019-11-14 11:40:43 +08:00

8 lines
234 B
Batchfile

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