ccc-tnt-psd2ui/command.bat

11 lines
129 B
Batchfile
Raw Normal View History

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