Files
EST-DSX/start.bat
2025-09-16 16:39:48 +08:00

3 lines
74 B
Batchfile

@echo off
start cmd /k "npm start"
start cmd /k "cd server && node app.js"