home *** CD-ROM | disk | FTP | other *** search
- REM GOODBYE.BAT
- REM
- REM This batch file I run four times a day when I want to poll sites.
- REM During the day I only want to poll my local host, hoptoad.
- REM At night I will use the second half of this file to poll all my hosts.
- REM runbbs is the batch file that runs my BBS (fido).
- REM -- Tim Pozar (125/406 and 125/555)
- REM
- if %1 == -a goto pollall
- echo Polling Hoptoad Only...
- echo on
- e:
- cd \fido
- hangup
- newsout
- mailout
- uuslave -shoptoad -c -f3 -d50
- REM Just in case it didn't make it...
- uuslave -c -f3 -d50
- cub
- newsin
- mailin
- goodbye
- runbbs
- :pollall
- echo Polling All UUCP Hosts...
- e:
- cd \fido
- hangup
- newsout
- fidouucp uucp.ctl
- uuslave -s -c -f3 -d50
- REM Just in case it didn't make it...
- uuslave -c -f3 -d50
- cub
- newsin
- mailin
- goodbye
- runbbs