home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s040 / 1.ddi / MEC.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-06  |  210 b   |  12 lines

  1. echo off
  2. ME %1 %2 %3 %4 %5 %6 %7 %8 %9
  3. GOTO FIRSTSKIP
  4. :LOOP1
  5. ME /LN /R BIGCOMP
  6. :FIRSTSKIP
  7. IF NOT ERRORLEVEL = 2 GOTO CEXIT
  8. IF NOT EXIST MECOMP!.TMP GOTO CEXIT
  9. COMMAND < MECOMP!.TMP
  10. GOTO LOOP1
  11. :CEXIT
  12.