home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 7.ddi / EXAMPLES / DOSEXT / SCRTEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-01-23  |  112 b   |  6 lines

  1. rem
  2. rem Batch file to build SCRTEST.EXP from SCRTEST.ASM
  3. rem
  4. 386asm scrtest -nolist
  5. 386link scrtest -nomap
  6.