Open ms word in "compare document" mode from command prompt.
Posted
by arraku-gmail-com
on Stack Overflow
See other posts from Stack Overflow
or by arraku-gmail-com
Published on 2010-04-09T09:59:51Z
Indexed on
2010/04/09
10:03 UTC
Read the original article
Hit count: 303
msword
|command-line
I am working on a web project where client needs a functionality to first upload some MS word document & then he can compare any two of the uploaded documents.
The idea I came up with is to first make the documents available using WEBDAV & then open both documents using command line with "Compare side by side" option. In this way he will be able to compare & modify two documents.
The problem is, I am not able to find any command which can be run from command prompt to open two documents in compare mode.
Also, if you know any other way to achieve this functionality then please share it with me.
Thanks!
© Stack Overflow or respective owner