- Die Auslieferungsorte der Ergebnisse sollen immer auf Z: liegen. ioconverter.bat und getexdraw.bat haben jeweils eigene Zielverzeichnisse. setenv.bat entsprechend angepasst

This commit is contained in:
2025-07-14 14:37:59 +02:00
parent 1983696644
commit 9cff95a396
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ if not exist %RESULT_TIA% (
goto :eof
)
mkdir %INSTALL_DIR%\%FILENAME%
move %PROJECT_WORK%\%FILENAME%-* %INSTALL_DIR%\%FILENAME%
move %PROJECT_WORK%\%FILENAME%-* %IO_RESULTS_DIR%\%FILENAME%
pause
goto :eof