It works just fine [if you change name of martha17.com to martha.com
or if you change batch file to say martha17.com <G>

What Glenn didn't mention was something just as important as the ability
to read on-line:

    With the conversion installed to Arachne, you can now save the
converted htm file you're reading to a pure ascii text file for export
to location of choice. <G>

l.d.
====
On Wed, 31 May 2000 22:11:48 -0500, Glenn McCorkle wrote:

> Here's how to add it into Arachne so that we can view RTFs without exiting.

> Change these 3 lines in mime.cfg
> ---old lines---
> text/enriched            RTF
> text/richtext            RTF
> application/rtf          RTF
> ---------------

> ---new lines---
> text/enriched            >HTM|@call rtf2htm.bat $1 $2
> text/richtext            >HTM|@call rtf2htm.bat $1 $2
> application/rtf          >HTM|@call rtf2htm.bat $1 $2
> ---------------

> ---rtf2htm.bat (place in your arachne_main directory)---
> copy %1 temprtf.rtf
> c:\1common\martha.com temprtf.rtf
> copy temprtf.htm %1htm
> rem Don't put a   ^^^^ '.' between '%1' and 'htm' in the above line.
> del temprtf.*
> --------------
> (change the path to _your_ path to martha.com)

--
-- "I need not like the company I keep, if that company helps me
    attain my own personal goals and does me no harm."   anon.
--
-- Arachne V1.61, NON-COMMERCIAL copy, http://arachne.cz/

Reply via email to