FHMJServerStart.bat 54 B

123
  1. set MAIN_JS=%~dp0\app.js
  2. call node.exe %MAIN_JS%
  3. pause