7 lines
146 B
Batchfile
Raw Normal View History

2023-12-22 17:48:53 +08: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