home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / IBM / VW200 / VW200_2.EXE / HELLO / AS.BAT < prev    next >
DOS Batch File  |  1995-11-22  |  146b  |  9 lines

  1. @echo off
  2. sap88 -o %1.ms %1.s
  3. if errorlevel 1 goto end
  4. asm88 -all -l -x -c %1.ms
  5. if errorlevel 1 goto end
  6. del *.e >nul
  7. del *.ms >nul
  8. :end
  9.