home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / virii / virgen / ivp17 / A.BAT next >
Encoding:
DOS Batch File  |  1992-12-25  |  90 b   |  7 lines

  1. @echo off
  2. c:\tasm\tasm /m test
  3. c:\tasm\tlink /t test
  4. erase test.obj
  5. erase test.map
  6.  
  7.