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

  1. rem
  2. rem Batch file to build PTAIL2.EXP from PTAIL2.ASM and
  3. rem            RTAIL2.EXE from RTAIL2.ASM
  4. rem
  5. rem This example is run with the command line:  run386 ptail2
  6. rem
  7. 386asm ptail2 -nolist
  8. 386asm rtail2 -nolist
  9. 386link ptail2 -pack -callbufs 1 -minreal 1000h -maxr 1000h -nomap
  10. 386link rtail2 -8086 -maxd 0 -nomap
  11.