home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / dos / wm3_100b.exe / SAMPLES.EXE / BBS.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-10-29  |  379 b   |  22 lines

  1. rem  Sample BBS.BAT for people who are not running a front-end mailer
  2. rem  but are instead running WME stand-alone
  3.  
  4. :Loop
  5.  C:
  6.  Cd \WME
  7.  WME.EXE Node:WME
  8.  If Errorlevel 255 Goto Sysop_Next
  9.  If Errorlevel 1   Goto Wme_Error
  10.  Goto Loop
  11.  
  12. :Sysop_Next
  13.  Cls
  14.  echo Sysop Next Function Activated!
  15.  Goto Quit
  16.  
  17. :Wme_Error
  18.  echo WME reported an error!
  19.  Goto Quit
  20.  
  21. :Quit
  22.