home *** CD-ROM | disk | FTP | other *** search
- echo off
- path c:\opus;e:\opus\;c:\dos;c:\
- e:
- cd \opus103
- This will catch any errorlevels returned from Outside.bat and process
- if errorlevel 5 goto CHECKIT
- capture on
- :START
- cd \opus103
- Chk4ddos
- if errorlevel 1 goto OPUSDDOS
- opus BBS
- goto CHECKIT
- :OPUSDDOS
- opus DDOS
- :CHECKIT
- if errorlevel 255 goto BOOT
- if errorlevel 100 goto CSTART
- if errorlevel 99 goto DRLINK
- if errorlevel 80 goto PCP
- if errorlevel 70 goto NODDOS
- if errorlevel 50 goto NODIF
- if errorlevel 40 goto UNARC
- if errorlevel 30 goto EXPORT
- if errorlevel 26 goto DDOS
- if errorlevel 25 goto MAINT
- if errorlevel 20 goto OMMM
- if errorlevel 14 goto POLL
- if errorlevel 13 goto REGION
- if errorlevel 11 goto NMH
- if errorlevel 4 goto START
- if errorlevel 3 goto BOOT
- if errorlevel 2 goto START
- echo AT H1M0 > COM1:
- goto QUIT
- :DRLINK
- rem chk4ddos
- rem if errorlevel 1 runopus
- copy lastuse1.bbs lastuser.bbs
- e:\opus\drlink /l\opus103\lastuse1.bbs MENU /Boutside.bat updateuser
- If errorlevel 1 goto START
- spawndor.bat
- rem Joost for safety
- goto START
-