home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 151.img / PROBBS21.ZIP / BOARD.BAT next >
Encoding:
DOS Batch File  |  1990-03-04  |  191 b   |  15 lines

  1. @echo off
  2.  
  3. if exist event.bat del event.bat
  4. if exist door.bat del door.bat
  5.  
  6. ProBBS %1
  7.  
  8. if exist door.bat door %1
  9. if exist event.bat event
  10. if errorlevel 89 goto END
  11.  
  12. board
  13.  
  14. :END
  15.