home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / HSC15ECR.ZIP / TESTHSC.ZIP / HSC.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-01-30  |  146 b   |  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.