home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PROG / SPARC.ZIP / RTEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-31  |  104 b   |  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.