home *** CD-ROM | disk | FTP | other *** search
- 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
-