Files
fcco-Converter/start.bat
T
2026-04-15 19:11:03 +02:00

11 lines
240 B
Batchfile

@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