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

  1. @rem   an example of linking the program MODPLAY using a responce file
  2. ml /c /Dmasm modplay.asm
  3. dlink @modplay.lnk
  4.