Andrew Morritt wrote:

> How would I hack the software to support OpenDocument files? I have no
> real programming aside from some PHP experience...
> 
 

Open the file in OpenOffice, then say to disable the macros.  Go into the
Tools/Macros/Organize Macros/OpenOffice.org Basic

In the left frame, expand BatchConv1.7, BatchConv, then highlight Module1. 
Highlight 'Main' in the right frame, and then click edit.

Move to the top of the file, and do a find/replace from sxw to odt.

Save the file, ignoring any warnings.  You've replaced all occurrences
of .sxw with .odt, so it will now work on ODF files.


Now, run it again.  The only thing about this I didn't like is that the
original file is converted, but the name is changed to _something_.odt.doc,
rather than just _somthing_.doc, but a quick mass rename solved that
problem.

Hope this helped!

Dave in Largo, FL

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to