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