für den Excel Export eigenen schalter gebautr
This commit is contained in:
+3
-2
@@ -6,9 +6,10 @@ for /F %%i in ("%1") do set FILENAME=%%~ni
|
|||||||
echo --hole Positionen
|
echo --hole Positionen
|
||||||
call getpositions.bat --filename %1 -s -r -w %1
|
call getpositions.bat --filename %1 -s -r -w %1
|
||||||
echo --erzeuge Graph mit Routing
|
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
|
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
|
:usage
|
||||||
|
|||||||
Reference in New Issue
Block a user