mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-27 12:07:45 +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 |