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.
| 12345678 |
- @echo off
- title Remote Access - Server
- echo Starting server on http://localhost:8090 ...
- echo (Keep this window open. Press Ctrl+C to stop.)
- echo.
- cd /d "%~dp0server"
- node server.js
- pause
|