Files
OpenParty/start.bat

4 lines
87 B
Batchfile

@echo off
echo Starting OpenParty with class-based architecture...
node server.js
pause