fix startup script

This commit is contained in:
2026-05-28 11:01:25 +02:00
parent f459ecf72c
commit 3da8c1eac9
5 changed files with 39 additions and 28 deletions

View File

@@ -1,3 +1,7 @@
@echo off
cd /d "%~dp0"
start "" "python\pythonw.exe" -m wce_crm.gui
:: 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