7 lines
229 B
Batchfile
7 lines
229 B
Batchfile
@echo off
|
|
for /F %%i in ("%1") do set FILENAME=%%~ni
|
|
|
|
getpositions.bat --filename %1 -s -d -r -w -o temp.json
|
|
REM routing.bat --filename temp.json -o todraw.json
|
|
REM draw.bat --filename todraw.json --new -o %FILENAME%_cables.dxf
|