9 lines
265 B
Batchfile
9 lines
265 B
Batchfile
@echo off
|
|
REM ================================================================
|
|
REM Fuegt Attribute (ATTDEF) zu Omniflo DXF-Dateien hinzu
|
|
REM ================================================================
|
|
|
|
call "%~dp0setenv.bat"
|
|
|
|
python "%DXFM_LIB%\attradd.py" %*
|