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

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