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

  1. REM GOODBYE.BAT
  2. REM 
  3. REM This batch file I run four times a day when I want to poll sites.
  4. REM During the day I only want to poll my local host, hoptoad.  
  5. REM At night I will use the second half of this file to poll all my hosts.
  6. REM runbbs is the batch file that runs my BBS (fido).
  7. REM           -- Tim Pozar (125/406 and 125/555)
  8. REM
  9. if %1 == -a goto pollall
  10. echo Polling Hoptoad Only...
  11. echo on
  12. e:
  13. cd \fido
  14. hangup
  15. newsout
  16. mailout
  17. uuslave -shoptoad -c -f3 -d50
  18. REM Just in case it didn't make it...
  19. uuslave -c -f3 -d50
  20. cub 
  21. newsin 
  22. mailin 
  23. goodbye
  24. runbbs
  25. :pollall
  26. echo Polling All UUCP Hosts...
  27. e:
  28. cd \fido
  29. hangup
  30. newsout
  31. fidouucp uucp.ctl 
  32. uuslave -s -c -f3 -d50
  33. REM Just in case it didn't make it...
  34. uuslave -c -f3 -d50
  35. cub
  36. newsin 
  37. mailin 
  38. goodbye
  39. runbbs
  40.