On Fri, 2002-04-19 at 00:28, Peter S wrote:
> Hmmm. Though wouldn't it be nice to have a batch conversion menu 
> option built in? Especially for win users... Say:
>       Word/rtf to txt
>       Word/rtf to html
>       html to rtf
>       html to txt
>       txt to html
> Wouldnt that be sweet? I do a heap of rtf document conversions using   
> Logictran RTF Converter which works good, but costs.

create an abiword.bat or perl script that loops around doing something
similar to:

abiword -to whatever_format file.doc

or...

for file in @args
do
 abiword -to $format $file
done

Trivial...

Dom

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to