home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UFG_103.ZIP
/
RUNUU.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-01-14
|
868b
|
33 lines
rem check if user was novavax
usrchk mailchek.dat coherent
if errorlevel 1 goto unpack
rem else
goto user
rem handle inbound usenet stuff
:unpack
rem put phone off hook
dtr on
at com1: h1
at com1: M0
rem decompress and unbatch any inbound files
cub -d -u -B
rem process any inbound news
newsin
rem put phone back on hook
at com1: z
dtr off
:user
mailout
uuslave -lusenet.log
mailchek update
:exit
rem end-of-batchfile