home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / assemblr / tcrnd.arc / RND.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-01-22  |  277 b   |  12 lines

  1. echo on
  2. masm/mx/d__small__ rnd;
  3. tlib cs +graphics.lib +rnd
  4. masm/mx/d__compact__ rnd;
  5. tlib cc +graphics.lib +rnd
  6. masm/mx/d__medium__ rnd;
  7. tlib cm +graphics.lib +rnd
  8. masm/mx/d__large__ rnd;
  9. tlib cl +graphics.lib +rnd
  10. masm/mx/d__huge__ rnd;
  11. tlib ch +graphics.lib +rnd
  12.