home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / UTILS / BINGO211.ZIP / B.BAT next >
DOS Batch File  |  1992-05-10  |  499b  |  15 lines

  1. @echo off
  2. break off
  3. rem --------------------------------------------------------------
  4. rem The BINGO environment variable is used to denote the path spec
  5. rem where be.exe can be found.  Remember the trailing '\\'!
  6. rem For example, if BE.EXE is in C:\EDIT, use
  7. rem   SET BINGO=C:\EDIT\
  8. rem --------------------------------------------------------------
  9. %bingo%be.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. :toploop
  11. if not exist %bingo%swap0000.dat goto endloop
  12. %bingo%be.exe
  13. goto toploop
  14. :endloop
  15.