für den Excel Export eigenen schalter gebautr

This commit is contained in:
2025-05-22 13:20:03 +02:00
parent a76d1bcd69
commit af7281f40a
+3 -2
View File
@@ -6,9 +6,10 @@ for /F %%i in ("%1") do set FILENAME=%%~ni
echo --hole Positionen
call getpositions.bat --filename %1 -s -r -w %1
echo --erzeuge Graph mit Routing
call routing.bat --filename %FILENAME%.json -w todraw.json -g
call routing.bat --filename %FILENAME%.json -w todraw.json
echo --zeichne Kabel in dxf Datei
call draw_dxf.bat --filename todraw.json --new %FILENAME%_cables.dxf
call draw_dxf.bat --filename todraw.json --new %FILENAME%_cables.dxf -x %FILENAME%_cables.xslx
goto :eof
:usage