home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / texttors / multedit / mec.bat < prev    next >
DOS Batch File  |  1988-08-07  |  209b  |  12 lines

  1. echo off
  2. ME /BIGOK %1 %2 %3 %4 %5 %6 %7 %8 %9
  3. GOTO FRSTSKIP
  4. :LOOP1
  5. ME /LN /BIG
  6. :FRSTSKIP
  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.