home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / emulate / sparc / rtest.bat < prev    next >
DOS Batch File  |  1992-01-31  |  104b  |  7 lines

  1. :again
  2. echo %1
  3. sasm -n %1 >> tmp.tmp
  4. ssim -n -i a.out >> tmp.tmp
  5. shift
  6. if not "%1"=="" goto again
  7.