home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PROGJRN / PJ_6_6.ARC / NDPF386.ARC / NDPCMP.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-09-02  |  241 b   |  8 lines

  1. Echo Compiling %1.for using NDP FORTRAN-386 v1.4d w/80387 >%1.tim
  2. time <c:\dos\cr >>%1.tim
  3. run386 d:\ndpf\ndpf386 %1.for -n2 %2 %3 %4 %5
  4. 386asmp -nolist -twocase %1.s
  5. time <c:\dos\cr >>%1.tim
  6. fastlink @%1.lnk
  7. time <c:\dos\cr >>%1.tim
  8.