View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
A1sysman A1sysman is offline
external usenet poster
 
Posts: 6
Default W2003, batch converter wizard - can it be ran from the command lin

Hi,

Working with Word 2003. I have installed the batch converter wizard and all
is well.

I would like to create a batch file that opens Word, calls the wizard and
runs with a defined configuration, eg convert Word doc to xml, predefined
source and target folders, select all.

I can run a batch file to open the wizard, thus..

echo off
"C:\Program Files\Microsoft Office\Templates\1033\Batch Conversion Wizard.Wiz"

.... but I am still faced with manually selecting conversion type, sourc e
and target folders, select all.

I tried recording a macro calling the wizard and defining the settings - no
luck, all the macro contained was a call to the wizard.

Any ideas please?

Thanks

N