Quote:
Originally Posted by Gyttiie
With starndart i'll need always write "node main.js" when i loose internet for 1-2 mins
|
Some pages ago we discussed how to fix that.
Simple version: Create a file in mfd-node directory named mfc-mode.bat
Inside the bat file paste:
:start
node main.js
goto :start