generated from dopt-python/py311
fix startup script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user