home *** CD-ROM | disk | FTP | other *** search
/ PC Press: Internet / PC_PRESS.ISO / software / dos / misc / inar-100.exe / SRC / PCROUTE / MK2.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-21  |  440 b   |  17 lines

  1. @echo Make %1.exe ------------------------------------------------------
  2. del %1.exe
  3. copy declare\%1.inc declare.inc
  4. tasm /ks200 pcroute.asm
  5. tasm /ks200 ip_dl1.asm
  6. tasm /ks200 ip_dl2.asm
  7. tasm /ks200 ip.asm
  8. tasm /ks200 ether.asm
  9. tasm /ks200 dlog.asm
  10. tasm /ks200 log.asm
  11. tasm /ks200 rip.asm
  12. tasm /ks200 packet.asm
  13. tasm /ks200 pp.asm
  14. tlink pcroute ip_dl1 ip_dl2 ip ether dlog log rip packet pp
  15. ren pcroute.exe %1.exe 
  16. del *.obj
  17.