erste Fassung eines SKripts zur Extraktion der Texte aus einer .dxf Datei erstellt

This commit is contained in:
2025-12-02 22:20:26 +01:00
parent 17902ec8dc
commit f7f8aca5f1
5 changed files with 315 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
CALL manage_interpreter.bat activate_interpreter
python %PROJECT_LIB%\translate.py %*
CALL manage_interpreter.bat deactivate_interpreter