ccc-tnt-psd2ui/ccc-tnt-psd2ui-v2.4.x/libs/psd2ui/command.bat

11 lines
129 B
Batchfile
Raw Permalink Normal View History

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