home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / opus / drlk223a.arc / RUNOPUS.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-12-14  |  1.0 KB  |  45 lines

  1. echo off
  2. path c:\opus;e:\opus\;c:\dos;c:\
  3. e:
  4. cd \opus103
  5. This will catch any errorlevels returned from Outside.bat and process
  6. if errorlevel 5 goto CHECKIT
  7. capture on
  8. :START
  9. cd \opus103
  10. Chk4ddos
  11. if errorlevel 1 goto OPUSDDOS
  12. opus BBS 
  13. goto CHECKIT
  14. :OPUSDDOS
  15. opus DDOS 
  16. :CHECKIT
  17. if errorlevel 255 goto BOOT
  18. if errorlevel 100 goto CSTART
  19. if errorlevel 99 goto DRLINK
  20. if errorlevel 80 goto PCP
  21. if errorlevel 70 goto NODDOS
  22. if errorlevel 50 goto NODIF
  23. if errorlevel 40 goto UNARC
  24. if errorlevel 30 goto EXPORT
  25. if errorlevel 26 goto DDOS
  26. if errorlevel 25 goto MAINT
  27. if errorlevel 20 goto OMMM
  28. if errorlevel 14 goto POLL
  29. if errorlevel 13 goto REGION
  30. if errorlevel 11 goto NMH
  31. if errorlevel 4 goto START
  32. if errorlevel 3 goto BOOT
  33. if errorlevel 2 goto START
  34. echo AT H1M0 > COM1:
  35. goto QUIT
  36. :DRLINK
  37. rem chk4ddos
  38. rem if errorlevel 1 runopus
  39. copy lastuse1.bbs lastuser.bbs
  40. e:\opus\drlink /l\opus103\lastuse1.bbs MENU /Boutside.bat updateuser
  41. If errorlevel 1 goto START
  42. spawndor.bat
  43. rem Joost for safety
  44. goto START
  45.