1
0
mirror of synced 2024-09-23 18:58:24 +02:00
CriTools/awb2hcas_decrypt.bat
2020-03-12 10:35:30 +08:00

6 lines
140 B
Batchfile

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