File: prof.bat

package info (click to toggle)
libcgns 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,740 kB
  • ctags: 4,493
  • sloc: ansic: 46,717; fortran: 1,341; sh: 368; makefile: 259
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
prep %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 %1 > %1.lst
del %1.pbi %1.pbo %1.pbt
:done