Umlaute im Pfad integriert

This commit is contained in:
2025-07-14 15:12:54 +02:00
parent a39390c1d1
commit 6969e8c366
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ if not exist "%PROJECT_WORK%\%JSON_POS%" (
)
echo === Creating Excel Files for TIA, WSCAD, .. ===
call portalexport.bat --filename %JSON_POS% --outname %FILENAME%
if not exist %RESULT_TIA% (
if not exist "%PROJECT_WORK%\%RESULT_TIA%" (
@echo == failed: creating .xlsx files
pause
goto :eof