From af7281f40a2a386392696fab7a8e8a47d9376eff Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 22 May 2025 13:20:03 +0200 Subject: [PATCH] =?UTF-8?q?f=C3=BCr=20den=20Excel=20Export=20eigenen=20sch?= =?UTF-8?q?alter=20gebautr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/getexdraw.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/getexdraw.bat b/bin/getexdraw.bat index 1fb0816..4471a54 100644 --- a/bin/getexdraw.bat +++ b/bin/getexdraw.bat @@ -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