home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / QWKTXT.ZIP / QWKTXT.DOC < prev    next >
Text File  |  1993-05-14  |  4KB  |  81 lines

  1.                             Q W K T X T
  2.  
  3. QWKTXT.EXE  Public Domain as of May 14, 1993 (version 4.07tgm)
  4. QWKTXT40    Public Domain as of February 10, 1991.
  5.  
  6. QWKTXT.EXE takes a .QWK mail archive downloaded from a BBS & converts the 
  7. messages into an ASCII text files. The text files containing the messages
  8. for each individual conference will be of the form:
  9.             0001MAIN.514
  10. where "0001" is the conference number, "MAIN" is the first four
  11. letters of the conference name, and "514" is the current month/day.
  12.  
  13. Why would anyone want such a program? Well, it was written originally
  14. by Jeff Foy so he could backup his QWK files into monthly text archives,
  15. and as a way of learning about the format  of  the MESSAGES.DAT and
  16. *.NDX files that various mail doors produce. He then released it to the
  17. public domain, with the following notice:
  18.  
  19. "QWKTXT40 is hereby placed into the Public Domain as of October 27, 1991. 
  20.  You are free to do with it whatever you wish. If you make any speed 
  21.  improvements, please drop me a line on how you did it.
  22.                             Jeffery Foy
  23.                          c/o Jiffy Software
  24.                            14509-8th N.E.
  25.                        Seattle, WA 98155-6945
  26.                (206) 362-8158 (weekends only, please)
  27.                           Fidonet: 1:343/600.7
  28.                Internet: jfoy@glia.biostr.washington.edu"
  29.  
  30.  
  31. I, Timothy Moeller, have taken this fine software and significantly 
  32. modified it to better suit my own purposes, and have corrected a few
  33. minor problems I encountered in Jeff's implementation. Furthermore, I
  34. have recently beefed it up to allow for corrupted message packets,
  35. making it robust enough to resynchronize on corrupted message headers
  36. and continue on without aborting as most other QWK readers do. (This
  37. was specifically obviated by problems with InterNet QWK packets being
  38. received from Channel-1 BBS during the first week of May, 1993.) I am
  39. releasing the executable to the Public Domain as of May 14, 1993,
  40. with the specific intent of aiding my fellow BBS'ers on CHANNEL-1 to
  41. be able to read their InterNet mail.
  42.  
  43.                           Timothy Moeller
  44.                          105 W. Irving Lane
  45.                         Oak Ridge, TN   37830
  46.                         (615) 483-8481 (Home)
  47.                        (615) 483-2232 (Office)
  48.                        CompuServe:[70531,1153]
  49.                 InterNet: timothy.moeller@channel1.com
  50.  
  51.  
  52.  
  53. How to run QWKTXT
  54. -----------------
  55. QWKTXT requires a DOS system (2.11 or greater) with enough free disk
  56. space to accomodate approximately two times the size of the
  57. uncompressed contents of every .QWK packet to be processed.
  58.  
  59. Type the following to convert BBS.QWK to ASCII text files:
  60.  
  61.    QWKTXT BBS.QWK<enter>
  62.  
  63. After QWKTXT  has processed the .QWK file, you will be left with a
  64. subdirectory "QWK$TMP" containing the entire contents of the QWK
  65. packet, and subdirectory "QWK$TMP\MESSAGES" containing the converted
  66. text files for each conference (named as described at the beginning
  67. of this document.) If you are not interested in the original contents
  68. of the QWK packet, but only the messages themselves, then you will
  69. have to copy the message files to somewhere else and then delete the
  70. work files in QWK$TMP and both subdirectories.
  71.  
  72. QWKTXT decompresses your QWK packet into QWK$TMP using PKUNZIP.
  73. Therefore, the QWK packet is expected to be in ZIP format, and
  74. PKUNZIP is expected to be in your execution PATH.
  75.  
  76.  
  77. Hope you find this program as helpful as I have recently. Enjoy!
  78.  
  79.   -- Timothy
  80.  
  81.