10 lines
305 B
Batchfile
10 lines
305 B
Batchfile
@echo off
|
|
REM ~dp0 steht für das Verzeichnis, in der diese Datei liegt
|
|
|
|
call setenv.bat
|
|
|
|
REM Beispielaufruf mit Parametern:
|
|
REM --in: Ordner mit .svg bzw. .xml-Dateien (optional. Standard: data/svg)
|
|
REM --out: Zielverzeichnis (optional. Standard: work/converted_dxfs)
|
|
|
|
python %PROJECT_LIB%\svg2dxf.py %* |