home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UFG_103.ZIP / GOODBYE.BAT < prev    next >
DOS Batch File  |  1988-10-21  |  640b  |  23 lines

  1. REM GOODBYE.BAT
  2. REM To be executed every time a caller hangs up.
  3. REM Check if there is any arcmail or packets laying around.
  4. REM We shouldn't poll our uucp connections here yet.  Just send if 
  5. REM we have mail going out.
  6. e:
  7. cd \fido
  8. confmail Import -A arce
  9. IF ERRORLEVEL 0 GOTO SKIP_MAINT
  10. confmail Maint -F areas.bbs
  11. :SKIP_MAINT
  12. confmail Export -R -A arca
  13. mailout
  14. if errorlevel 1 goto endbat
  15. REM Skip over if there isn't mail going out. 
  16. hangup
  17. uuslave -c -f3 -d50
  18. uuslave -c -f3 -d50
  19. cub -d
  20. mailin
  21. :endbat
  22. runbbs
  23.