home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / bbsx1.zip / BBS.BAT < prev    next >
DOS Batch File  |  1988-12-26  |  288b  |  18 lines

  1. echo off
  2. break on
  3. goto top
  4.  
  5. Rich Levin's BBSXpress (tm)
  6. BBS.BAT
  7. Copyright (c) 1988 Richard B. Levin
  8. All Rights Reserved
  9.  
  10. Revised December 26, 1988
  11.  
  12. :top
  13.    echo Loading BBSX - Press ^C or ^ScrollLock to break out of this batch file
  14.    c:
  15.    cd \bbsx
  16.    bbsx
  17.    goto top
  18.