handsfree word conversion txt to htm

E

eric_stewart

I would like to be able to automatically have mv pc
scheduler at night run word on ftxt files that have been
downloaded and save them as htm files without me being
there.
I can schedule word and open a document automatically.
That is where it stops.
can I automatically tell word on the command line to then
save the document via :save as" htm and then exit?
Thanks
 
B

BorderMan

I think you need some automation within Word itself. Create a macro to open the files and save them in the desired format. Prefix the macro name with AutoOpen so it will start whenever the document is open. Then schedule the document with the macro to open at the desired time

Not sure it will work, but I have run similar macros that go through a directory and convert the files.

Hope that helps
 
Top