home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / batutl / timestmp.arc / FCLBTIME.CMD next >
Encoding:
Text File  |  1990-01-15  |  459 b   |  9 lines

  1. @echo off
  2. REM  This batch file compiles, links, and binds the timestmp program using
  3. REM  Microsoft Fortran.  This batch file must be invoked under OS/2, but the
  4. REM  result will work under DOS, under OS/2 real mode (the DOS box), or under
  5. REM  OS/2 protected mode (in full-screen, not windowed, prompt).  The options
  6. REM  include floating-point emulation, so a math coprocessor is NOT required.
  7. REM
  8. fl /FPi /Lp /AM /4Nfa /Fs /Fm /Zl /Fb timestmp.for
  9.