mkpyproject funktioniert jetzt auch ohne python interpreter

This commit is contained in:
Michael Stangl
2026-06-10 10:18:50 +02:00
parent 7320efba56
commit 0ab28f5cca
14 changed files with 478 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
REM ================================================================
REM __PROJECT_UPPER__ - Shell mit gesetzten Umgebungsvariablen oeffnen
REM ================================================================
call "%~dp0setenv.bat"
start cmd /k "echo __PROJECT_UPPER__ Umgebung aktiv. && echo PROJECT=%PROJECT%"