Abfrage über eine _setenv.bat eingebaut

This commit is contained in:
2025-07-29 17:30:42 +02:00
parent c805b7fcfe
commit 0a3fe7dda8
3 changed files with 14 additions and 4 deletions
+5
View File
@@ -19,6 +19,11 @@ REM Namen der Ergebnisdateien
set ERROR_DOUBLE=%FILENAME%_errors.json
set RESULT_TIA=%FILENAME%-*_TIA.xlsx
if exist "%~dp0_setenv.bat" (
echo Lade lokale Umgebungseinstellungen aus _setenv.bat...
call "%~dp0_setenv.bat"
)
echo.