home *** CD-ROM | disk | FTP | other *** search
- rem
- rem Batch file to build PTAIL2.EXP from PTAIL2.ASM and
- rem RTAIL2.EXE from RTAIL2.ASM
- rem
- rem This example is run with the command line: run386 ptail2
- rem
- 386asm ptail2 -nolist
- 386asm rtail2 -nolist
- 386link ptail2 -pack -callbufs 1 -minreal 1000h -maxr 1000h -nomap
- 386link rtail2 -8086 -maxd 0 -nomap
-