generated from dopt-python/py311
7 lines
210 B
Batchfile
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 |