home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / b / bible6_1.zip / BIBLE.901 / MM1.BAT < prev    next >
DOS Batch File  |  1992-07-18  |  492b  |  21 lines

  1. if %3x == x      mm2 %1 %2
  2. choose 12 "ONLINE BIBLE 6.0" %2 %3 %4 %5 %6 %7 %8 %9
  3. if %2x == x goto END
  4. if errorlevel  9 mm2 %1 %2
  5. if %3x == x goto END
  6. if errorlevel  8 mm2 %1 %3
  7. if %4x == x goto END
  8. if errorlevel  7 mm2 %1 %4
  9. if %5x == x goto END
  10. if errorlevel  6 mm2 %1 %5
  11. if %6x == x goto END
  12. if errorlevel  5 mm2 %1 %6
  13. if %7x == x goto END
  14. if errorlevel  4 mm2 %1 %7
  15. if %8x == x goto END
  16. if errorlevel  3 mm2 %1 %8
  17. if %9x == x goto END
  18. if errorlevel  2 mm2 %1 %9
  19. :END
  20. mm
  21.