home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 3.ddi / EXAMPLES / ASM / RMHELLO.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-09  |  132 b   |  6 lines

  1. rem
  2. rem Batch file to build RMHELLO.EXE from RMHELLO.ASM
  3. rem
  4. command/e:1024/c pharasm.bat rmhello
  5. 386link rmhello -8086 -nomap
  6.