@echo off setlocal cd /d "%~dp0" if not exist ".venv\Scripts\python.exe" ( echo Virtuelt miljoe mangler. Koer install-windows.bat foerst. exit /b 1 ) ".venv\Scripts\python.exe" -m tuxdmx_midi_bridge --config "%~1"