@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