home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / FUNK108A.ZIP / DOS32V30.ZIP / EXAMPLES / MAKE_M.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-06-07  |  338 b   |  23 lines

  1. rem   BATCH file to compile examples 0 to 7 using MASM 6.x
  2.  
  3. ml /c eg0.asm
  4. dlink eg0
  5. ml /c eg1.asm
  6. dlink eg1
  7. ml /c eg2.asm 
  8. dlink eg2
  9. ml /c eg3.asm
  10. dlink eg3
  11. ml /c eg4.asm
  12. dlink eg4
  13. ml /c eg5.asm
  14. dlink eg5
  15. ml /c eg6.asm
  16. dlink eg6
  17. ml /c eg7.asm
  18. dlink eg7
  19. ml /c video.asm
  20. dlink video
  21. ml /c realmode.asm
  22. dlink realmode
  23.