leocad/win/prof.bat
2011-09-07 21:06:51 +00:00

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