mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-26 03:38:24 +00:00
11 lines
129 B
Batchfile
11 lines
129 B
Batchfile
|
@echo off
|
||
|
|
||
|
set input1=%1%
|
||
|
set input2=%2%
|
||
|
|
||
|
cd /d %~dp0
|
||
|
|
||
|
%~dp0../../bin/node.exe ./index.js %input1% %input2%
|
||
|
|
||
|
pause
|
||
|
exit
|