Verknüpfungsdatei für das Desktop erstellt, die dann die Programme aufruft und im Ordner die Ergebnisse zur Verfügung stellt
This commit is contained in:
+4
-4
@@ -4,11 +4,11 @@ if [%1]==[] goto usage
|
||||
for /F %%i in ("%1") do set FILENAME=%%~ni
|
||||
|
||||
echo --hole Positionen
|
||||
call getpositions.bat --filename %1 -s -r -w %1
|
||||
call getpositions.bat --filename %1 -s -r -w %FILENAME%_positions.json
|
||||
echo --erzeuge Graph mit Routing
|
||||
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 -x %FILENAME%_cables.xlsx --copy_layer %FILENAME%_reduziert.dxf --origin %1
|
||||
call routing.bat --filename %FILENAME%_positions.json -w %FILENAME%_todraw.json
|
||||
echo --zeichne Kabel in dxf Datei
|
||||
call draw_dxf.bat --filename %FILENAME%_todraw.json --new %FILENAME%_cables.dxf -x %FILENAME%_cables.xlsx --copy_layer %FILENAME%_reduziert.dxf --origin %1
|
||||
goto :eof
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user