Jump to content

Recommended Posts

Posted

nice joke!!! :D

Not sure if was a joke as OpenOffice has objects that could help to handle Microsoft Office documents. These documents are binary so you may need to convert them, or use OpenOffice or Microsoft Office to read them.

A example that uses MS Word with AutoIt Beta. Not tested as I do not have Word installed.

$sFile = 'yourfile.doc'

$oWord = ObjCreate('Word.Application')
$oWord.Documents.Open $sFile
$oWord.Activedocument.SaveAs $sFile & '.txt', 6
$oWord.Activedocument.Close
$oWord = ''

:wacko:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...