Initial commit
This commit is contained in:
7
Start-Macropad.bat
Normal file
7
Start-Macropad.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user