Jump to content

Recommended Posts

Posted

Hey,

 

Hope someone can be a life saver...

 

I want to print multiple documents without opening each document (word documents but actually saved with the .xml extension).

 

I have tried dragging the documents onto a printer icon, but jut get an error and no prints and I don't have the print option in the context menu within Windows Explorer or Word's Open diallogue box.

 

I am using XP and MS Off2003.

 

Has anybody got any suggestions please?

Posted

Sounds like something we did recently with SIMS reports coming out as XML and having to mass print them?

 

We just bulk renamed them from .xml to .doc and printed them all that way.

Posted
I have have been doing something similar recently. I found a macro to merge all the documents in a folder. It also puts a page break at the bottom of each. You could do this then just open one document.
Posted
I use the free version of PrintConductor - Features - PrintConductor

 

Life saver at the end of year when I try to be helpful by churning out the network folder full of individual Word docs for annual reports. Also works nicely with PDF etc.

 

Doesn't seem to work for XML?

Posted

Whoops, missed that in the OP, read Word documents. Sorry!

 

Is it just refusing to add .xml to the queue, or is it adding but failing to print? It definitely prints Word docs so if the XML docs are just Word docs with a .xml extension a quick ren *.xml *.doc would fix it before printing?

Posted
Alternatively, what is the quickest way to rename a batch of files with .xml extension to .doc

 

Is it an easy batch file?

 

Thanks for your help.

 

If your not bothered about what the file names end up being (Copy them all first) select all right click > rename. it will do them all with the file name numbered.

Posted (edited)
If your not bothered about what the file names end up being (Copy them all first) select all right click > rename. it will do them all with the file name numbered.

 

Cheers

 

Ideally, I'd keep the filenames intact... (no pleasing some people, eh?)

 

EDIT: You can't do a mass change of fileextensions using F2 - it changes the name but retains the extension.

Edited by park_bench
Posted
Alternatively, what is the quickest way to rename a batch of files with .xml extension to .doc

 

Is it an easy batch file?

 

Thanks for your help.

 

at the command prompt:

 

ren *.xml *.doc

 

- will keep the name bit intact

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...