home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / yrn2_090.zip / METAMAIL.DOC < prev    next >
Text File  |  1996-01-08  |  1KB  |  31 lines

  1. The file ftp://thumper.bellcore.com/pub/nsb/mm27dos.zip contains only
  2. the MS-DOS executables for metamail.  The manuals are included in the
  3. metamail source code distribution available in the same directory.
  4. If you don't want to download the source code package, here is quick
  5. guide to installing metamail on your MS-DOS system.
  6.  
  7. - Put the metamail.exe program in a directory in your PATH.
  8.  
  9. - Edit your AUTOEXEC.BAT file and add the line
  10.  
  11.         set mailcaps=c:\yarn\mailcap
  12.  
  13. - Create a file named c:\yarn\mailcap using a text editor.  Put this
  14.   line in the file:
  15.  
  16.         text/*; list %s
  17.  
  18.   This configures metamail to run the list program to display text
  19.   Content-Type's.
  20.  
  21.   List is a popular MS-DOS shareware file viewing program.  It is
  22.   available from ftp://ftp.coast.net/SimTel/msdos/textutil/.
  23.  
  24. - Add this line to the mailcap file to automatically launch the qpv
  25.   GIF viewer for the image/gif Content-Type:
  26.  
  27.         image/gif; qpv %s
  28.  
  29.   Qpv is a popular MS-DOS shareware image viewing program.  It is
  30.   available from ftp://ftp.coast.net/SimTel/msdos/.
  31.