Files
sfmacro/Start-Macropad.bat
Robert Chery 4b45c031e0 Initial commit
2026-07-08 19:16:44 -04:00

8 lines
169 B
Batchfile

@echo off
cd /d "%~dp0"
echo Starting Macropad Control Center...
start "Macropad Server" /MIN node server.js
timeout /t 2 /nobreak >nul
start http://localhost:3001
exit