Convert to word 2002

Hi all,
I'm writing code to convert word 6.0/95 to word 2000 or word XP. Pleas help me to do it.
thanks
[116 byte] By [Golden Monkey] at [2007-11-18 15:09:18]
# 1 Re: Convert to word 2002
If you have Word XP, the easiest way is to open the file and then save it. To do this programatically, use Automation from C++.
Tom Frohman at 2007-11-11 2:00:20 >
# 2 Re: Convert to word 2002
An example program can be found in this thread:
http://www.dev-archive.com/forum/showthread.php?s=&threadid=239343&highlight=excel%2A

:wave
Tom Frohman at 2007-11-11 2:01:17 >
# 3 Re: Convert to word 2002
Hello Tom Frohman,
I have read you message and have downloaded the program. I will try it.
Thanks for your help.
Golden monkey
Golden Monkey at 2007-11-11 2:02:16 >
# 4 Re: Convert to word 2002
You also might want to consider writing a VBA script directly in Word2002. It will reduce a lot of overhead for you!
mikedershowitz at 2007-11-11 2:03:27 >
# 5 Re: Convert to word 2002
Hi mikedershowitz,
I know it but I have project with visual c++. I also found it on Batch conversion wizard template.
Golden Monkey at 2007-11-11 2:04:26 >
# 6 Re: Convert to word 2002
:blush
I have test your program. But it's still Word 60/95 It's cannot save to word 2002.
It's may be wrong at open and saveas variable (covFalse, CovTrue, CovOptional)
Golden monkey.
Golden Monkey at 2007-11-11 2:05:25 >