Jump to content

Recommended Posts

Posted

Does anybody know if they is any tools available to mass convert all .docx files on our server to .doc.

 

I think it would be useful if every night / week I could run this on the server.

 

As you may have guessed we use Office 2007 and have set the default save as type as Word 2000 - 2003, but the odd one or two still sneak through and cause problems with kids / staff taking things home on a memory pen.

 

I've banned the Office 2007 extensions on our Mail server so they can't be sent outside of school.

 

Thanks

Posted (edited)

make a dos bat file "rename *.docx *.doc"

 

I'm sure some geek will add a complex VBX runscript here soon...

Edited by Grommit
Posted
I dont know of a tool that would do that, anyway you would have a loosing battle in here because of the Office 2007 wave is coming and cannot be stopped. so what I would suggest is if you instead install the Compatibility Pack from Microsoft, I had deployed it to all machines in here so anyone can open 2007 files,

 

Link is Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats

 

Regards.

 

how do you go about deploying it please?

 

Z

Posted
make a dos bat file "rename *.docx *.doc"

 

I'm sure some geek will add a complex VBX runscript here soon...

LOL there is a little more between doc and docx then just a extension.

Posted
If there’s a GP to install the compatibility pack that would be a great help otherwise it will mean a visit to each machine to run it by hand. A job for the holidays I think ;)
Posted
make a dos bat file "rename *.docx *.doc"

 

I'm sure some geek will add a complex VBX runscript here soon...

 

Sorry it hought you said "rename" not "convert" *blush*

Posted
If there’s a GP to install the compatibility pack that would be a great help otherwise it will mean a visit to each machine to run it by hand. A job for the holidays I think ;)

 

Do you have a link to this please? I can't find it.

Posted

There is a way to bulk convert all documents the other way using the OFC component in the Office Migration Planning Manager (OMPM) but not the other way around from docx back to doc (that I know of).

 

Converting all documents to the new format will decrease the space that the files use hugely though so when full roll outs have been performed it may be a good way to free up some space on the servers.

Posted

you deploy it using GP software installation,, but first you must extract the MSI from the EXE that Microsoft provides, download the exe from the link I provided, then from the command prompt you need to run the file with the option to extract..... eg C:\fileconverter /extract:C:\folder

 

please note that you must copy the whole folder because the msi file is only the launcher... so once you have a location that is avaiable from any machine, you only need to add the file o12conv.msi to your group policy.

 

 

Regards.

  • Thanks 1
Posted
you deploy it using GP software installation,, but first you must extract the MSI from the EXE that Microsoft provides, download the exe from the link I provided, then from the command prompt you need to run the file with the option to extract..... eg C:\fileconverter /extract:C:\folder

 

please note that you must copy the whole folder because the msi file is only the launcher... so once you have a location that is avaiable from any machine, you only need to add the file o12conv.msi to your group policy.

 

 

Regards.

 

ok i have done that, can i just deploy them two .msi files using group policy?

Posted

remember you must keep the folder structure, you select the MSI file in your group policy.

that msi file uses the compressed .cab file and the contents from the subfolder.

Posted

Here's an app i wrote recently

 

http://borris.is-a-geek.net/DOCXtoDOCBulkConvertor.rar (Ver 1.0)

http://borris.is-a-geek.net/docx2docScreen.JPG

 

it's easy to use (but you must have Office 2007 installed). Basically it enumerates *.docx in a folder (also the choice to do a recursive search) and then it'll open and convert each one. It also gives you the option to either overwrite it (rename) or make a copy.

 

This version doesnt have command line support, but the next will (I'll update it over the next day or two).

 

Any problems, feel free to PM me. Please considure it beta software. If it comes across an error it'll skip that file, but it's better to test it out on a batch of files first to make sure it's fine on your system.

 

Adi

 

(P.s. sorry downloads will be slow, it's hosted on my home server!)

Posted

We have Office 2007 in school so its not an issue with us having to install the compatibility pack its the users outside of school - to tell them to download and install the compatibility pack sounds easy in principal....

 

Thanks for the info Bossman and stratisphere, the command line support on your program sounds exactly what im after.

 

Cheers

Posted
its the users outside of school - to tell them to download and install the compatibility pack sounds easy in principal....

 

Indeed, that why govt advice is still not to use docx in school. It's much easier (and cheaper) to tell students and other organisations to go install openoffice.

 

You know docx is changing soon so it can meet it's iso requirements!

soon msoffice (2007sp2) will be using odt anyway - so you might as well install the Sun compatibility pack for odt, set it as default and migrate ODT already. just like becta said in 2005 ;)

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



×
×
  • Create New...