home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / hsc14ecr.zip / HSC.BAT < prev    next >
DOS Batch File  |  1994-01-30  |  146b  |  8 lines

  1. cls
  2. @echo this batch
  3. @echo uses /zi to give full debug info!
  4. tasm /zi te*.asm
  5. @echo and /v in the linker!
  6. tlink /v testhsc.obj hscobj.obj
  7.  
  8.