erste Fassung einer Hotfolder Batchdatei erstellt

This commit is contained in:
2025-05-19 10:00:08 +02:00
parent 4ee973c32d
commit 2cd2157c4c
+7
View File
@@ -0,0 +1,7 @@
@echo off
for /F %%i in ("%1") do set FILENAME=%%~ni
echo %FILENAME%
REM 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