8 lines
58 B
Batchfile
8 lines
58 B
Batchfile
|
cd Source
|
||
|
|
||
|
:loop
|
||
|
node.exe run-node.js
|
||
|
goto :loop
|
||
|
|
||
|
|