home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / qwk2text.zip / qwk2text.doc < prev   
Text File  |  1995-02-03  |  1KB  |  32 lines

  1. /* 
  2.       Author:     Dennis Peterson, Sysop, OS/2 Northwest BBS
  3.       FidoNet:    1:343/179
  4.       Internet:   dpeterso@os2nw.ces.wa.com
  5.       Date:       Feb. 3, 1995
  6.       Version:    3.5
  7.       Warranty:   Guaranteed to occupy space on your disk
  8.  
  9.       History:
  10.          3.1 - first release
  11.          3.5 - added abilty to return only messages that contain a pattern
  12.                provided on command line.
  13.              - added defaults for commandline args
  14.  
  15.       Purpose:
  16.       This utility reads QWK-format messages.dat files as found in a QWK
  17.       download and converts the messages to ASCII text. If a pattern is
  18.       included it will extract only messages that contain that pattern. The
  19.       pattern match is case sensitive.
  20.  
  21.       Usage:
  22.       1) Unpack a .QWK message packet
  23.       2) Look for a file called messages.dat. It's there.
  24.       3) Run this REXX program. Use the > character to redirect the output
  25.          to a file. That's it! The file will be coverted to a text file.
  26.  
  27.          qwk2text [messages.dat] [pattern] (defaults: messages.dat ---)      
  28.  
  29.       If no args are provided messages.dat is assumed and all messages
  30.       will be extracted using --- for pattern.
  31. */
  32.