ccc-tnt-psd2ui/psd2ui-tools/cmd.bat

7 lines
146 B
Batchfile
Raw Normal View History

2023-12-22 09:48:53 +00:00
@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