@BITNET Tools, Utilities, Broadcast GRAB and listserv PUNCH tools,Joe Meadows's BITNET tools (LPUNCH and GRAB)$ These are some simple BITNET tools.< GRAB is an example program that captures broadcast messagesDand simply outputs them to SYS$OUTPUT. This may sound stupid, but it9actually works out well, as you can then say things like:-SPAWN/NOWAIT/OUTPUT=trapped.messages RUN GRABFThis will cause all broadcast messages (^T, New Mail, BITNET messages)Gto be copied to a file 'trapped.messages'. Once you stop the subprocess,you can do anything you like with this file.: LPUNCH is a program that converts files in listserv punchCformat. It accepts a list of wildcarded filenames, and converts theHfiles that are in lpunch format. You must do a SET COMMAND LPUNCH, afterBappropriate editting of LPUNCH.CLD. LPUNCH accepts two qualifiers,F/TRIM, which trims trailing whitespace, and /ORIGINAL, which signifiesCthat the output file name is to be the same as the input file name,Crather than what is specified in the file according to the listserv header info.