home *** CD-ROM | disk | FTP | other *** search
- rem Sample BBS.BAT for people who are not running a front-end mailer
- rem but are instead running WME stand-alone
-
- :Loop
- C:
- Cd \WME
- WME.EXE Node:WME
- If Errorlevel 255 Goto Sysop_Next
- If Errorlevel 1 Goto Wme_Error
- Goto Loop
-
- :Sysop_Next
- Cls
- echo Sysop Next Function Activated!
- Goto Quit
-
- :Wme_Error
- echo WME reported an error!
- Goto Quit
-
- :Quit
-