@echo off REM Start the Node.js server in the background start node index.js REM Give the server a moment to start timeout /t 3 /nobreak >nul REM Start nginx in the foreground nginx -g "daemon off;"