home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / FLIGHTSI / ATP_SEE / DYNHNG / COMPILE.BAT next >
DOS Batch File  |  1993-05-17  |  44b  |  4 lines

  1. tasm %1
  2. link /t /x %1, %1.%2
  3. del %1.obj
  4.