home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / asmwiz16.zip / QCREATE.BAT < prev    next >
DOS Batch File  |  1991-01-29  |  413b  |  11 lines

  1. echo off
  2. echo   This batch file will assemble and link the EXAMPLE.ASM file using
  3. echo   QuickC/QuickAssembler and LINK.  If you are using a different assembler,
  4. echo   this batch file must be changed to reflect the names of your assembler
  5. echo   and linker.
  6. echo   --------------------------------------------------------------------
  7. pause
  8. qcl example.asm /link asmwiz
  9. erase example.obj
  10. execom example
  11.