home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UFG_103.ZIP
/
GOODBYE.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-21
|
640b
|
23 lines
REM GOODBYE.BAT
REM To be executed every time a caller hangs up.
REM Check if there is any arcmail or packets laying around.
REM We shouldn't poll our uucp connections here yet. Just send if
REM we have mail going out.
e:
cd \fido
confmail Import -A arce
IF ERRORLEVEL 0 GOTO SKIP_MAINT
confmail Maint -F areas.bbs
:SKIP_MAINT
confmail Export -R -A arca
mailout
if errorlevel 1 goto endbat
REM Skip over if there isn't mail going out.
hangup
uuslave -c -f3 -d50
uuslave -c -f3 -d50
cub -d
mailin
:endbat
runbbs