Short:        Util for reading bulletins in DLG
Uploader:     BIRJT cc newcastle edu au
Architecture: m68k-amigaos

Type: comm/bbs

Uploader: BIRJT@cc.newcastle.edu.au

Author: Bill Williford

Don't you hate that when you make a bulletin in DLG it's a one time deal?
Your users, and you, have to way to re-read the bulletins?

Well it was bugging me to so that's where READBULL comes it. 

Just make a menu entry that will execute READBULL with the usual flags set
for a NON-TPT type program (Echo = Y, and RAW MODE = N).  This program will
read and print all the bulletins in the MSG:0 directory.

It's currently hard coded for 76 columns and 20 lines per screen.  It also
has the ANSI colors that TPT uses coded into it.  Didn't get very fancy with
it, maybe I will later.  Hope you find it useful!