
|
[arachne]
||
[Date Prev]
[05-2006 Date Index]
[Date Next]
||
[Thread Prev]
[05-2006 Thread Index]
[Thread Next]
[arachne] Re: FOSS word processor with RTF capability
- From: "Glenn McCorkle" <glennmcc@xxxxxxxxxx>
- To: iw2evk@xxxxxxxxxx, arachne@xxxxxxxxxxxxx, arachne4dos@xxxxxxxxxxxx
- Date: Thu, 18 May 2006 17:22:36 -0500
Arachne at FreeLists---The Arachne Fan Club!
On Thu, 18 May 2006 13:13:52 +0200 (CEST), Roberto wrote:
> Hi Glenn,
> you know a Foss word processor for dos with possibility of import and
> export files in RTF rich text format?
> can you forward this message to other arachne users,?
> Thanks
Hi Roberto,
Here's how I do it with Arachne.
--- in mime.cfg ---
text/enriched RTF>HTM|@call rtf2htm.bat $1 $2
text/richtext RTF>HTM|@call rtf2htm.bat $1 $2
application/rtf RTF>HTM|@call rtf2htm.bat $1 $2
_____________
--- rtf2htm.bat in the Arachne_main directory ---
copy %1 temprtf.rtf
c:\1common\martha.com temprtf.rtf
copy temprtf.htm %1htm
del temprtf.*
__________________________________________________
martha.com is available at this link.
http://ysagnier.free.fr/formats/conversions/martha_a.htm
--
Glenn
http://www.delorie.com/listserv/mime/
http://www.cisnet.com/glennmcc/
http://www.law.cornell.edu/constitution/constitution.table.html
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
|

|