ccc-tnt-psd2ui/psd2ui-tools/cmd.bat
2023-12-22 17:48:53 +08:00

7 lines
146 B
Batchfile

@echo off
echo psd2ui:: Drag and drop a file or folder
set /p var=
node ./dist/index.js --engine-version v342 --pinyin --input %var%
pause