home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ktfc / README.TXT < prev   
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. This is file readme.kfc to accompany KTFC version 0.5. 
  2.  
  3. KTFC is the acronym for "Kermit To FirstClass" and is the name
  4. of a script set which allows Kermit to communicate automatically
  5. with the FirstClass Server (trademark SoftArc Inc.), widely used
  6. to provide e-mail and BBS services.  With KTFC, messages are
  7. read and composed off line.  Messages in conferences on the
  8. FirstClass server can be read automatically.
  9.  
  10. KTFC 0.5 requires MS-DOS Kermit 3.1.6 or later.  Potentially,
  11. KTFC can work with any Kermit which has script processing as
  12. good as MS-DOS Kermit 3.1.6.  Learn about Kermit from
  13. http://www.cc.columbia.edu/kermit/.
  14.   
  15. KTFC 0.5 has been tested with FirstClass Server version 3.5.2.
  16.  
  17. Installation
  18.  
  19. Copy the 6 files, datefil0.5, ktfc0d5.txt, mailout, prolog0.5,
  20. scan0.5 and sr0.5 to your Kermit directory.
  21.  
  22. ktfc0d5.txt contains extensive detailed instructions.  Read it
  23. with any editor.  EDIT is a good choice in MS-DOS.
  24.  
  25. Alternatively, copy the MIME archive, ktfc0d5.64, to your Kermit 
  26. directory and decode it.  If you have ktfc0d5.64 on a diskette 
  27. in the A: drive and the Kermit directory is c:\util\kermit type 
  28. this.
  29.  
  30. copy a:\ktfc0d5.64 c:\util\kermit<enter>
  31.  
  32. Move to the Kermit directory.  In our example type this.
  33.  
  34. cd c:\util\kermit<enter>
  35.  
  36. Expand the archive using a MIME base64 decoder.  MIME 
  37. en/decoding programs are available for all operating systems in 
  38. current use.  In MS-DOS, MIME64 written by Karl Hahn will work.  
  39. Search for mime64b.zip on the Web.  If mime64.exe is in the
  40. \mime directory type this to expand the KTFC archive.
  41.  
  42. \mime\mime64 ktfc0d5.64<enter>
  43.  
  44. The 6 files plus this readme.kfc will be produced.  After
  45. extracting the files, mime64 will report "No MIME base64 lines
  46. found in ktfc0d5.64".  Don't worry about this message.
  47.  
  48. If using ktfc0d5.zip follow the analogous procedure.  Unpack the
  49. archive with pkunzip.exe which is readily available from BBS and
  50. Internet servers.
  51.