home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / fcsp2src.zip / MAKE.BAT < prev    next >
DOS Batch File  |  1993-11-26  |  86b  |  6 lines

  1. @echo off
  2. tasm /m9 /ml sp2.asm
  3. if ERRORLEVEL 1 goto end
  4. tlink /t /x sp2.obj
  5. :end
  6.