mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
8 lines
214 B
Batchfile
8 lines
214 B
Batchfile
PREP /EXCALL /INC piece.obj /INC matrix.obj /FT %1
|
|
if errorlevel == 1 goto done
|
|
PROFILE %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
if errorlevel == 1 goto done
|
|
PREP /M %1
|
|
if errorlevel == 1 goto done
|
|
PLIST /SC %1 >%1.lst
|
|
:done
|