Files
NAFKA-crm-gui/scripts/start.bat
2026-05-28 11:01:25 +02:00

7 lines
210 B
Batchfile

@echo off
:: 1. Navigate directly into the python environment folder
cd /d "%~dp0python"
@REM cd /d "python"
@REM python.exe -m my_package.gui
:: 2. Launch pythonw silently
start "" "pythonw.exe" -m wce_crm.gui