tera/run-node.bat
2019-07-12 20:45:46 +08:00

8 lines
58 B
Batchfile

cd Source
:loop
node.exe run-node.js
goto :loop