Sign In/My Account | View Cart  
advertisement

Article:
 Moving to OpenOffice: Batch Converting Legacy Documents
Subject: great
Date: 2006-10-24 09:30:18
From: meatron
Response to: great

Thanks for the quick answer. The backslash doesn't do. I'll post if I find a solution. Once again, really a very useful tool, a month ago I was asking for something like this on OO forums.
Best regards

No Previous Message Previous Message Move up to Parent Message Up Next Message No Next Message


Titles Only Titles Only Newest First
  • great
    2006-10-24 14:19:20 meatron

    a simple for loop does the trick


    for i in $(find ./ -name ".doc"); do openoffice.org-2.0 -invisible "macro:///Standard.MyConversions.SaveAsOOO($PWD/$i)"; done


    • great
      2006-10-24 14:56:29 meatron

      ooops forgot the *


      so now for real
      for i in $(find ./ -name "*doc"); do openoffice.org-2.0 -invisible "macro:///Standard.MyConversions.SaveAsOOO($PWD/$i)"; done


Sponsored By: