Files
ccc-tnt-psd2ui/ccc-tnt-psd2ui-v3.4.+/libs/psd2ui/command.bat

11 lines
110 B
Batchfile
Raw Normal View History

2023-07-20 19:00:23 +08:00
@echo off
set input1=%1%
set input2=%2%
cd /d %~dp0
node ./index.js %input1% %input2%
pause
exit