@echo off REM LedGrab Startup Script REM This script starts the WLED screen controller server echo Starting LedGrab... echo. REM Change to the server directory (parent of scripts folder) cd /d "%~dp0\.." REM Start the server python -m ledgrab REM If the server exits, pause to show any error messages pause