home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rs150run / pbbs.bat < prev    next >
DOS Batch File  |  1990-04-27  |  1KB  |  47 lines

  1. echo off
  2. REM - this will bring BBS up without initializing the TNC and ports,
  3. REM - it assumes MBBIOS is already in place, if not it will jump to
  4. REM - ROSEBBOT and re-init the sequence
  5. c:
  6. cd \pbbs
  7. set TZ=EST5
  8. set ED=E
  9. :MAINLOOP
  10. roseboot -c config.rs
  11. IF ERRORLEVEL 100 goto END
  12. IF ERRORLEVEL  50 goto BACKUP
  13. IF ERRORLEVEL  21 goto REBOOT
  14. IF ERRORLEVEL  20 goto DOORS
  15. IF ERRORLEVEL  11 goto BOOTPBBS
  16. IF ERRORLEVEL   1 goto END
  17. REM - you may want to make this "goto END" so an X command from LOCAL CONSOLE
  18. REM   will take you out to DOS
  19. goto MAINLOOP
  20. :DOORS
  21. doorway SYS /o: /r:^x /G:ON /F: /s:c:\pbbs /A:ON /c:dos
  22. :BOOTPBBS
  23. mbbios/u
  24. mbbios
  25. roseboot -ic config.rs
  26. goto MAINLOOP
  27. REM - you may want to make this "goto END" so an X command from LOCAL CONSOLE
  28. REM   will take you out to DOS
  29. goto MAINLOOP
  30. :REBOOT
  31. boot
  32. REM - this has no exit, system will re-boot
  33. :BACKUP
  34. erase mailbak5.dat
  35. erase userbak5.dat
  36. ren ????bak4.dat ????bak5.dat
  37. ren ????bak3.dat ????bak4.dat
  38. ren ????bak2.dat ????bak3.dat
  39. ren ????bak1.dat ????bak2.dat
  40. ren ????bak0.dat ????bak1.dat
  41. copy mail.dat mailbak0.dat
  42. copy user.dat userbak0.dat
  43. goto MAINLOOP
  44. :PRMBERR
  45. echo MAJOR SYSTEM ERROR
  46. :END
  47.