home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / 486DIS_C / ASM.BAT < prev    next >
DOS Batch File  |  1992-05-26  |  192b  |  10 lines

  1. @rem quick batch file to assemble and link test program.  called from TC shell
  2. tasm test
  3. tlink test /x
  4. exe2bin test
  5. del test.obj
  6. del test.exe
  7. del test.bak
  8. copy test.bin test.com
  9. exit
  10.