@echo off cd /d "%~dp0" IF NOT EXIST ".venv" ( echo Die virtuelle Umgebung fehlt. echo Bitte fuehre zuerst die Installation (install\install_windows.ps1) aus! pause exit /b ) start "" /B ".venv\Scripts\pythonw.exe" main.py