mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2026-03-15 02:31:43 +00:00
11 lines
110 B
Batchfile
11 lines
110 B
Batchfile
@echo off
|
|
|
|
set input1=%1%
|
|
set input2=%2%
|
|
|
|
cd /d %~dp0
|
|
|
|
node ./index.js %input1% %input2%
|
|
|
|
pause
|
|
exit |