ccc-tnt-psd2ui/ccc-tnt-psd2ui-v2.4.x/libs/psd2ui/command.bat
2023-07-20 19:00:23 +08:00

11 lines
110 B
Batchfile

@echo off
set input1=%1%
set input2=%2%
cd /d %~dp0
node ./index.js %input1% %input2%
pause
exit