설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Start-Server.bat 188B

12345678
  1. @echo off
  2. title Remote Access - Server
  3. echo Starting server on http://localhost:8090 ...
  4. echo (Keep this window open. Press Ctrl+C to stop.)
  5. echo.
  6. cd /d "%~dp0server"
  7. node server.js
  8. pause