diff --git a/bin/tr2dxf.bat b/bin/tr2dxf.bat index 97cfb6e..6e9eb47 100644 --- a/bin/tr2dxf.bat +++ b/bin/tr2dxf.bat @@ -22,10 +22,6 @@ REM echo Erweiterung: %EXT% REM echo Verzeichnis: %DIR% REM echo Sprache: %LANG% -if exist "%PROJECT_BIN%\_setenv.bat" ( - echo Lade lokale Umgebungseinstellungen aus _setenv.bat... - call "%PROJECT_BIN%\_setenv.bat" -) REM Zielverzeichnis set TARGET_DIR=%PROJECT_WORK% mkdir "%TARGET_DIR%" @@ -48,8 +44,9 @@ if not exist "%PROJECT_WORK%\%RESULT_DXF%" ( pause goto :eof ) +move %PROJECT_WORK%\%RESULT_DXF% %TARGET_DIR% echo. -echo === Translation file created: %PROJECT_WORK%\%RESULT_DXF% === +echo === Translation file created: %TARGET_DIR%\%RESULT_DXF% === pause goto :eof