generated from dopt-python/py311
fix startup script
This commit is contained in:
6
scripts/Launch_App_Fallback.bat
Normal file
6
scripts/Launch_App_Fallback.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
:: 1. Safely navigate to the exact folder this batch file is sitting in
|
||||
cd /d "%~dp0"
|
||||
|
||||
:: 2. Launch the app in the background and instantly close the command prompt
|
||||
start "" "python\pythonw.exe" -m my_package.gui
|
||||
Reference in New Issue
Block a user