jtpereyda / ExtDiff

Compare documents using MS Word from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtDiff Status Aquana

This is a small command line script that will compare two files using Microsoft Word file comparison tool. Microsoft Word will be started using COM automation.

It is useful as a diff tool for Word-related file types.

To run the script, execute it through PowerShell like this:

$ powershell -File Diff-Word.ps1 oldfile.docx newfile.docx

Idea taken from TortoiseSVN diff-doc script.

About

Compare documents using MS Word from the command line.

License:MIT License


Languages

Language:PowerShell 100.0%